# GrapeCity.ActiveReports.Extensibility.Layout.LayoutDirection

## Content

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




  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutDirection" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutDirection" class="text-break">LayoutDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the direction in which the layout runs on the current page. This enumeration is used with the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutContext.LayoutDirection.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutContext_LayoutDirection">LayoutDirection</a> property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.html">GrapeCity.ActiveReports.Extensibility.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum LayoutDirection : byte</code></pre>
  </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="GrapeCity_ActiveReports_Extensibility_Layout_LayoutDirection_Both">Both</td>
        <td><p>The layout runs from top to bottom and left to right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutDirection_Horizontal">Horizontal</td>
        <td><p>The layout runs from left to right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutDirection_None">None</td>
        <td><p>No direction is specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutDirection_Vertical">Vertical</td>
        <td><p>The layout runs from top to bottom.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
