# GrapeCity.ActiveReports.Document.PageDocument

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_PageDocument" data-uid="GrapeCity.ActiveReports.Document.PageDocument" class="text-break">PageDocument Class
</h1>
  <div class="markdown level0 summary"><p>Represents the report processing capabilities.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">PageDocument</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.html">GrapeCity.ActiveReports.Document</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_PageDocument_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class PageDocument : IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument__ctor_GrapeCity_ActiveReports_PageReport_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.#ctor(GrapeCity.ActiveReports.PageReport)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.-ctor.html#GrapeCity_ActiveReports_Document_PageDocument__ctor_GrapeCity_ActiveReports_PageReport_">PageDocument(PageReport)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.html">PageDocument</a> Class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_IsEmpty" data-uid="GrapeCity.ActiveReports.Document.PageDocument.IsEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.IsEmpty.html#GrapeCity_ActiveReports_Document_PageDocument_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the report contains any data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_IsSnapshotLimitedInteractivity" data-uid="GrapeCity.ActiveReports.Document.PageDocument.IsSnapshotLimitedInteractivity">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.IsSnapshotLimitedInteractivity.html#GrapeCity_ActiveReports_Document_PageDocument_IsSnapshotLimitedInteractivity">IsSnapshotLimitedInteractivity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document support interactivity or limited to snapshot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_PageReport" data-uid="GrapeCity.ActiveReports.Document.PageDocument.PageReport">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.PageReport.html#GrapeCity_ActiveReports_Document_PageDocument_PageReport">PageReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current report instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Parameters" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Parameters">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Parameters.html#GrapeCity_ActiveReports_Document_PageDocument_Parameters">Parameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of parameters defined in the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_PrintOptions" data-uid="GrapeCity.ActiveReports.Document.PageDocument.PrintOptions">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.PrintOptions.html#GrapeCity_ActiveReports_Document_PageDocument_PrintOptions">PrintOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Print options</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Printer" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Printer">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Printer.html#GrapeCity_ActiveReports_Document_PageDocument_Printer">Printer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets printer settings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_ApplyInteractivity_GrapeCity_ActiveReports_Document_InteractiveActions_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.ApplyInteractivity(GrapeCity.ActiveReports.Document.InteractiveActions)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.ApplyInteractivity.html#GrapeCity_ActiveReports_Document_PageDocument_ApplyInteractivity_GrapeCity_ActiveReports_Document_InteractiveActions_">ApplyInteractivity(InteractiveActions)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies interactive actions to the report instance the next time it is rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Dispose" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Dispose.html#GrapeCity_ActiveReports_Document_PageDocument_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs tasks associated with the freeing and releasing of resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Finalize" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Finalize">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Finalize.html#GrapeCity_ActiveReports_Document_PageDocument_Finalize">~PageDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes an instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.html">PageDocument</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_InitializeReportHandlers_GrapeCity_ActiveReports_Document_PageDocument_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.InitializeReportHandlers(GrapeCity.ActiveReports.Document.PageDocument)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.InitializeReportHandlers.html#GrapeCity_ActiveReports_Document_PageDocument_InitializeReportHandlers_GrapeCity_ActiveReports_Document_PageDocument_">InitializeReportHandlers(PageDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the default event handlers for LocateDataSource and LocateCredentials.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_LoadSnapshot_System_IO_FileInfo_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.LoadSnapshot(System.IO.FileInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.LoadSnapshot.html#GrapeCity_ActiveReports_Document_PageDocument_LoadSnapshot_System_IO_FileInfo_">LoadSnapshot(FileInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a page document with aids the specified file info.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_LoadSnapshot_System_IO_Stream_GrapeCity_ActiveReports_ResourceLocator_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.LoadSnapshot(System.IO.Stream,GrapeCity.ActiveReports.ResourceLocator)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.LoadSnapshot.html#GrapeCity_ActiveReports_Document_PageDocument_LoadSnapshot_System_IO_Stream_GrapeCity_ActiveReports_ResourceLocator_">LoadSnapshot(Stream, ResourceLocator)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a page document snapshot from the specified stream, verifying its digital signature and version compatibility.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Render(GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Render.html#GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_">Render(IRenderingExtension, StreamProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a report using the specified rendering extension and output configuration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Render(GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Render.html#GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_">Render(IRenderingExtension, StreamProvider, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a report using the specified rendering extension with the specified values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Render(GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Render.html#GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_">Render(IRenderingExtension, StreamProvider, NameValueCollection, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a report using the specified rendering extension with the specified values and refreshed data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Render(GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Render.html#GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_System_Boolean_">Render(IRenderingExtension, StreamProvider, NameValueCollection, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a report using the specified rendering extension with the specified values and refreshed data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_System_Boolean_System_Threading_CancellationToken_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Render(GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection,System.Boolean,System.Boolean,System.Threading.CancellationToken)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Render.html#GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_System_Boolean_System_Threading_CancellationToken_">Render(IRenderingExtension, StreamProvider, NameValueCollection, bool, bool, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a report using the specified rendering extension with the specified values and refreshed data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_System_Boolean_System_Threading_CancellationToken_System_IProgress_GrapeCity_ActiveReports_Document_ProgressInfo__" data-uid="GrapeCity.ActiveReports.Document.PageDocument.Render(GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection,System.Boolean,System.Boolean,System.Threading.CancellationToken,System.IProgress{GrapeCity.ActiveReports.Document.ProgressInfo})">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.Render.html#GrapeCity_ActiveReports_Document_PageDocument_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Boolean_System_Boolean_System_Threading_CancellationToken_System_IProgress_GrapeCity_ActiveReports_Document_ProgressInfo__">Render(IRenderingExtension, StreamProvider, NameValueCollection, bool, bool, CancellationToken, IProgress&lt;ProgressInfo&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a report using the specified rendering extension with the specified values and refreshed data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_ResetPrinter" data-uid="GrapeCity.ActiveReports.Document.PageDocument.ResetPrinter">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.ResetPrinter.html#GrapeCity_ActiveReports_Document_PageDocument_ResetPrinter">ResetPrinter()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the printer properties</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_SaveSnapshot_System_IO_FileInfo_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.SaveSnapshot(System.IO.FileInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.SaveSnapshot.html#GrapeCity_ActiveReports_Document_PageDocument_SaveSnapshot_System_IO_FileInfo_">SaveSnapshot(FileInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the document snapshot with aids the specified file info.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_SaveSnapshot_System_IO_Stream_System_Boolean_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.SaveSnapshot(System.IO.Stream,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.SaveSnapshot.html#GrapeCity_ActiveReports_Document_PageDocument_SaveSnapshot_System_IO_Stream_System_Boolean_">SaveSnapshot(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the document snapshot to the specified output stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_SaveSnapshot_System_IO_Stream_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Document.PageDocument.SaveSnapshot(System.IO.Stream,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.SaveSnapshot.html#GrapeCity_ActiveReports_Document_PageDocument_SaveSnapshot_System_IO_Stream_System_Boolean_System_Boolean_">SaveSnapshot(Stream, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the document snapshot to the specified output stream.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_LocateCredentials" data-uid="GrapeCity.ActiveReports.Document.PageDocument.LocateCredentials">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.LocateCredentials.html">LocateCredentials</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the report needs to obtain data source credentials from the calling application.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_LocateDataSource" data-uid="GrapeCity.ActiveReports.Document.PageDocument.LocateDataSource">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.LocateDataSource.html">LocateDataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the report needs to locate a data source from the calling application.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_PrintAborted" data-uid="GrapeCity.ActiveReports.Document.PageDocument.PrintAborted">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.PrintAborted.html">PrintAborted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when printing process was aborted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_PrintProgress" data-uid="GrapeCity.ActiveReports.Document.PageDocument.PrintProgress">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.PrintProgress.html">PrintProgress</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when printing process in progress.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_PageDocument_PrintingThreadErrorEvent" data-uid="GrapeCity.ActiveReports.Document.PageDocument.PrintingThreadErrorEvent">
          <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.PrintingThreadErrorEvent.html">PrintingThreadErrorEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when printing thread has exception.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
