# GrapeCity.ActiveReports.PageReport

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReport" data-uid="GrapeCity.ActiveReports.PageReport" class="text-break">PageReport Class
</h1>
  <div class="markdown level0 summary"><p>Represents the type of report on a page where none of the report controls can grow or shrink at run time.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">PageReport</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.IReportComponentFactory.html">IReportComponentFactory</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.html">GrapeCity.ActiveReports</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class PageReport : Component, IComponent, IDisposable, IReportComponentFactory</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_PageReport__ctor" data-uid="GrapeCity.ActiveReports.PageReport.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.-ctor.html#GrapeCity_ActiveReports_PageReport__ctor">PageReport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PageReport class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport__ctor_System_IO_FileInfo_" data-uid="GrapeCity.ActiveReports.PageReport.#ctor(System.IO.FileInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.-ctor.html#GrapeCity_ActiveReports_PageReport__ctor_System_IO_FileInfo_">PageReport(FileInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PageReport class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport__ctor_System_IO_TextReader_" data-uid="GrapeCity.ActiveReports.PageReport.#ctor(System.IO.TextReader)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.-ctor.html#GrapeCity_ActiveReports_PageReport__ctor_System_IO_TextReader_">PageReport(TextReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PageReport 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_PageReport_ConfigurationProvider" data-uid="GrapeCity.ActiveReports.PageReport.ConfigurationProvider">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.ConfigurationProvider.html#GrapeCity_ActiveReports_PageReport_ConfigurationProvider">ConfigurationProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.ActiveReports.Configuration.IConfigurationProvider.html">IConfigurationProvider</a> associated with this report definition.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Document" data-uid="GrapeCity.ActiveReports.PageReport.Document">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Document.html#GrapeCity_ActiveReports_PageReport_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the instance of <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.html">PageDocument</a>, which provides the necessary functions for the processing of a report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_FontResolver" data-uid="GrapeCity.ActiveReports.PageReport.FontResolver">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.FontResolver.html#GrapeCity_ActiveReports_PageReport_FontResolver">FontResolver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font resolver.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_IsConvertedFromLegacyReport" data-uid="GrapeCity.ActiveReports.PageReport.IsConvertedFromLegacyReport">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.IsConvertedFromLegacyReport.html#GrapeCity_ActiveReports_PageReport_IsConvertedFromLegacyReport">IsConvertedFromLegacyReport</a>
        </td>
        <td class="markdown level1 summary"><p>This property is for internal use only.
Gets a value indicating whether the report was converted from a legacy report format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_LicenseLevel" data-uid="GrapeCity.ActiveReports.PageReport.LicenseLevel">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.LicenseLevel.html#GrapeCity_ActiveReports_PageReport_LicenseLevel">LicenseLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the license level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Report" data-uid="GrapeCity.ActiveReports.PageReport.Report">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Report.html#GrapeCity_ActiveReports_PageReport_Report">Report</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current report definition object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_ResourceLocator" data-uid="GrapeCity.ActiveReports.PageReport.ResourceLocator">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.ResourceLocator.html#GrapeCity_ActiveReports_PageReport_ResourceLocator">ResourceLocator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object responsible for resolving report resources.</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_PageReport_CreateFromMaster_System_String_GrapeCity_ActiveReports_ResourceLocator_" data-uid="GrapeCity.ActiveReports.PageReport.CreateFromMaster(System.String,GrapeCity.ActiveReports.ResourceLocator)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.CreateFromMaster.html#GrapeCity_ActiveReports_PageReport_CreateFromMaster_System_String_GrapeCity_ActiveReports_ResourceLocator_">CreateFromMaster(string, ResourceLocator)</a>
        </td>
        <td class="markdown level1 summary"><p>Overloaded. Creates a blank report with all of the content placeholders from the specified master report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_CreateFromMaster_System_Uri_" data-uid="GrapeCity.ActiveReports.PageReport.CreateFromMaster(System.Uri)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.CreateFromMaster.html#GrapeCity_ActiveReports_PageReport_CreateFromMaster_System_Uri_">CreateFromMaster(Uri)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a blank report with all of the content placeholders from the specified master report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.PageReport.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Dispose.html#GrapeCity_ActiveReports_PageReport_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a> and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Initialize" data-uid="GrapeCity.ActiveReports.PageReport.Initialize">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Initialize.html#GrapeCity_ActiveReports_PageReport_Initialize">Initialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a PageReport instance. It can be used to perform a post-initialization.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Load_System_IO_FileInfo_" data-uid="GrapeCity.ActiveReports.PageReport.Load(System.IO.FileInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Load.html#GrapeCity_ActiveReports_PageReport_Load_System_IO_FileInfo_">Load(FileInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report definition file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Load_System_IO_TextReader_" data-uid="GrapeCity.ActiveReports.PageReport.Load(System.IO.TextReader)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Load.html#GrapeCity_ActiveReports_PageReport_Load_System_IO_TextReader_">Load(TextReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report definition file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Run" data-uid="GrapeCity.ActiveReports.PageReport.Run">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Run.html#GrapeCity_ActiveReports_PageReport_Run">Run()</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the inner document of this report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Save_System_IO_FileInfo_" data-uid="GrapeCity.ActiveReports.PageReport.Save(System.IO.FileInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Save.html#GrapeCity_ActiveReports_PageReport_Save_System_IO_FileInfo_">Save(FileInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report to a file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_Save_System_Xml_XmlWriter_" data-uid="GrapeCity.ActiveReports.PageReport.Save(System.Xml.XmlWriter)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.Save.html#GrapeCity_ActiveReports_PageReport_Save_System_Xml_XmlWriter_">Save(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves this report definition file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReport_ToRdlString" data-uid="GrapeCity.ActiveReports.PageReport.ToRdlString">
          <a class="xref" href="GrapeCity.ActiveReports.PageReport.ToRdlString.html#GrapeCity_ActiveReports_PageReport_ToRdlString">ToRdlString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the report definition language (RDLX) as a System.String in the report definition.</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>
