# GrapeCity.ActiveReports.PageReportModel.Page

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_Page" data-uid="GrapeCity.ActiveReports.PageReportModel.Page" class="text-break">Page Class
</h1>
  <div class="markdown level0 summary"><p>The Page element contains the definition of a fixed layout page.</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"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponent.html">ReportComponent</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer.html">ReportComponentContainer</a></div>
    <div class="level5"><span class="xref">Page</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IReportComponentContainer.html">IReportComponentContainer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IRdlContainer.html">IRdlContainer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IReportComponent.html">IReportComponent</a></div>
    <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>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_Page_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Page : ReportComponentContainer, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, 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_PageReportModel_Page__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.-ctor.html#GrapeCity_ActiveReports_PageReportModel_Page__ctor">Page()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.html">Page</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_PageReportModel_Page_BottomMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.BottomMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.BottomMargin.html#GrapeCity_ActiveReports_PageReportModel_Page_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a height of the bottom margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_CustomProperties" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.CustomProperties">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.CustomProperties.html#GrapeCity_ActiveReports_PageReportModel_Page_CustomProperties">CustomProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the custom properties of the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_Height" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.Height">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.Height.html#GrapeCity_ActiveReports_PageReportModel_Page_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a height of the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_LeftMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.LeftMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.LeftMargin.html#GrapeCity_ActiveReports_PageReportModel_Page_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a width of the left margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_PaperOrientation" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.PaperOrientation">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.PaperOrientation.html#GrapeCity_ActiveReports_PageReportModel_Page_PaperOrientation">PaperOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an orientation of the page for printing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_RightMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.RightMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.RightMargin.html#GrapeCity_ActiveReports_PageReportModel_Page_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a width of the right margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_Site" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.Site">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.Site.html#GrapeCity_ActiveReports_PageReportModel_Page_Site">Site</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isite">ISite</a> of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_Style" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.Style">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.Style.html#GrapeCity_ActiveReports_PageReportModel_Page_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style settings for the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_ThrowIfPlaceHoldersEmpty" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.ThrowIfPlaceHoldersEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.ThrowIfPlaceHoldersEmpty.html#GrapeCity_ActiveReports_PageReportModel_Page_ThrowIfPlaceHoldersEmpty">ThrowIfPlaceHoldersEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the page should throw an error if placeholders are empty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_TopMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.TopMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.TopMargin.html#GrapeCity_ActiveReports_PageReportModel_Page_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a height of the top margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_Visibility" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.Visibility">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.Visibility.html#GrapeCity_ActiveReports_PageReportModel_Page_Visibility">Visibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the page is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Page_Width" data-uid="GrapeCity.ActiveReports.PageReportModel.Page.Width">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Page.Width.html#GrapeCity_ActiveReports_PageReportModel_Page_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a width of the page.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportSectionFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportSectionFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportSectionFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.Clone.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_Clone__1___0_">ReportItemExtensions.Clone&lt;TItem&gt;(TItem)</a>
  </div>

</div>
