# GrapeCity.ActiveReports.Document.Section.TabStopsItem.CreateRead

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Document_Section_TabStopsItem_CreateRead_" data-uid="GrapeCity.ActiveReports.Document.Section.TabStopsItem.CreateRead*">CreateRead Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_TabStopsItem_CreateRead_" data-uid="GrapeCity.ActiveReports.Document.Section.TabStopsItem.CreateRead*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_TabStopsItem_CreateRead_System_IO_BinaryReader_System_Int16_" data-uid="GrapeCity.ActiveReports.Document.Section.TabStopsItem.CreateRead(System.IO.BinaryReader,System.Int16)">CreateRead(BinaryReader, short)</h4>
<div class="markdown level1 summary"><p>Return an instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.CanvasItem.html">CanvasItem</a> received from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.binaryreader">BinaryReader</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static CanvasItem CreateRead(BinaryReader reader, short fileVersion)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.binaryreader">BinaryReader</a></td>
      <td><span class="parametername">reader</span></td>
      <td><p>Reader containing the binary data of <a class="xref" href="GrapeCity.ActiveReports.Document.Section.CanvasItem.html">CanvasItem</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int16">short</a></td>
      <td><span class="parametername">fileVersion</span></td>
      <td><p>The type of data in the stream.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.CanvasItem.html">CanvasItem</a></td>
      <td><p>A new <a class="xref" href="GrapeCity.ActiveReports.Document.Section.CanvasItem.html">CanvasItem</a> instance.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
