# GrapeCity.ActiveReports.PageReportModel.ReportSectionPage

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage" class="text-break">ReportSectionPage Class
</h1>
  <div class="markdown level0 summary"><p>Represents a section page within a report.</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"><span class="xref">ReportSectionPage</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.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_ReportSectionPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportSectionPage : ReportComponent, IReportComponentContainer, 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_ReportSectionPage__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.-ctor.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage__ctor">ReportSectionPage()</a>
        </td>
        <td class="markdown level1 summary"></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_ReportSectionPage_BottomMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.BottomMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.BottomMargin.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_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_ReportSectionPage_ColumnSpacing" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.ColumnSpacing">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.ColumnSpacing.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_ColumnSpacing">ColumnSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of white space between each column in the section page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_Columns" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.Columns">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.Columns.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in the section page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_Components" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.Components">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.Components.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_Components">Components</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponentCollection.html">ReportComponentCollection</a> containing all the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponent.html">ReportComponent</a> in the container.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_LeftMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.LeftMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.LeftMargin.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_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_ReportSectionPage_PageFooter" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageFooter">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageFooter.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PageFooter">PageFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a footer object that is output at the bottom of each report page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PageHeader" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageHeader">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageHeader.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PageHeader">PageHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header object that is output at the top of each report page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PageHeight" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageHeight">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageHeight.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PageHeight">PageHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a height of the pages in the report section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PageWidth" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageWidth">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PageWidth.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PageWidth">PageWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a width of the pages in the report section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PaperOrientation" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PaperOrientation">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.PaperOrientation.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_PaperOrientation">PaperOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the paper orientation for the report pages used for printing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_RightMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.RightMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.RightMargin.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_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_ReportSectionPage_TopMargin" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.TopMargin">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.TopMargin.html#GrapeCity_ActiveReports_PageReportModel_ReportSectionPage_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a height of the top margin.</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>
