# GrapeCity.ActiveReports.Document.Section.ResourcedCanvasItem.ReadTitleAndDescription

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_ResourcedCanvasItem_ReadTitleAndDescription_" data-uid="GrapeCity.ActiveReports.Document.Section.ResourcedCanvasItem.ReadTitleAndDescription*">ReadTitleAndDescription Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_ResourcedCanvasItem_ReadTitleAndDescription_" data-uid="GrapeCity.ActiveReports.Document.Section.ResourcedCanvasItem.ReadTitleAndDescription*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_ResourcedCanvasItem_ReadTitleAndDescription_System_IO_BinaryReader_System_Int16_" data-uid="GrapeCity.ActiveReports.Document.Section.ResourcedCanvasItem.ReadTitleAndDescription(System.IO.BinaryReader,System.Int16)">ReadTitleAndDescription(BinaryReader, short)</h4>
<div class="markdown level1 summary"><p>Reads title and description from RDF document</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void ReadTitleAndDescription(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>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.binaryreader">BinaryReader</a> to read a title and description.</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 RDF file version.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
