# GrapeCity.ActiveReports.Viewer.Win.Viewer.Document

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Document_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Document*">Document Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Document_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Document*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Document" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Document">Document</h4>
<div class="markdown level1 summary"><p>Gets or sets the document displayed in the viewer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public SectionDocument Document { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a></td>
      <td><p>The <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a> that is currently displayed in the viewer.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Document_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property provides access to the <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a> currently being displayed by the viewer.
It is intended for backward compatibility and allows direct manipulation of the document's content, structure, and properties.
Setting this property will load the specified document into the viewer, replacing any document that was previously displayed.</p>
</div>
</div>
