# C1.Report.ColumnLayoutEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_ColumnLayoutEnum" data-uid="C1.Report.ColumnLayoutEnum" class="text-break">ColumnLayoutEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the layout for the columns (down or across).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_ColumnLayoutEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ColumnLayoutEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ColumnLayoutEnum</code></pre>
  </div>
  <h5 id="C1_Report_ColumnLayoutEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the members of this enumeration to set the value of the <a class="xref" href="C1.Report.Layout.ColumnLayout.html#C1_Report_Layout_ColumnLayout">ColumnLayout</a> property
in the <a class="xref" href="C1.Report.Layout.html">Layout</a> class.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Report_ColumnLayoutEnum_Across">Across</td>
        <td><p>Columns are laid out across the page, then down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ColumnLayoutEnum_Down">Down</td>
        <td><p>Columns are laid out down the page, then across.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ColumnLayoutEnum_Labels">Labels</td>
        <td><p>Causes the report designer to discount label spacing in the design surface,
hide header/footer sections, disable grouping button,
and disable automatic section resizing when fields are moved or dragged.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
