# C1.Ssrs.PageLayout

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Ssrs_PageLayout" data-uid="C1.Ssrs.PageLayout" class="text-break">PageLayout Class
</h1>
  <div class="markdown level0 summary"><p>Defines the page layout used then report generated.
Values specified via <a class="xref" href="C1.Ssrs.PageLayout.html">PageLayout</a> overrides the report original settings.</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">PageLayout</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Ssrs.html">C1.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Ssrs_PageLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageLayout</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PageLayout</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="C1_Ssrs_PageLayout__ctor" data-uid="C1.Ssrs.PageLayout.#ctor">
          <a class="xref" href="C1.Ssrs.PageLayout.-ctor.html#C1_Ssrs_PageLayout__ctor">PageLayout()</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="C1_Ssrs_PageLayout_ColumnSpacing" data-uid="C1.Ssrs.PageLayout.ColumnSpacing">
          <a class="xref" href="C1.Ssrs.PageLayout.ColumnSpacing.html#C1_Ssrs_PageLayout_ColumnSpacing">ColumnSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column spacing in millimeters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_PageLayout_Columns" data-uid="C1.Ssrs.PageLayout.Columns">
          <a class="xref" href="C1.Ssrs.PageLayout.Columns.html#C1_Ssrs_PageLayout_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_PageLayout_MarginBottom" data-uid="C1.Ssrs.PageLayout.MarginBottom">
          <a class="xref" href="C1.Ssrs.PageLayout.MarginBottom.html#C1_Ssrs_PageLayout_MarginBottom">MarginBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom margin in millimeters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_PageLayout_MarginLeft" data-uid="C1.Ssrs.PageLayout.MarginLeft">
          <a class="xref" href="C1.Ssrs.PageLayout.MarginLeft.html#C1_Ssrs_PageLayout_MarginLeft">MarginLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left margin in millimeters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_PageLayout_MarginRight" data-uid="C1.Ssrs.PageLayout.MarginRight">
          <a class="xref" href="C1.Ssrs.PageLayout.MarginRight.html#C1_Ssrs_PageLayout_MarginRight">MarginRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right margin in millimeters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_PageLayout_MarginTop" data-uid="C1.Ssrs.PageLayout.MarginTop">
          <a class="xref" href="C1.Ssrs.PageLayout.MarginTop.html#C1_Ssrs_PageLayout_MarginTop">MarginTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top margin in millimeters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_PageLayout_PageHeight" data-uid="C1.Ssrs.PageLayout.PageHeight">
          <a class="xref" href="C1.Ssrs.PageLayout.PageHeight.html#C1_Ssrs_PageLayout_PageHeight">PageHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page height in millimeters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_PageLayout_PageWidth" data-uid="C1.Ssrs.PageLayout.PageWidth">
          <a class="xref" href="C1.Ssrs.PageLayout.PageWidth.html#C1_Ssrs_PageLayout_PageWidth">PageWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page width in millimeters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
