# GrapeCity.ActiveReports.Viewer.Win.Viewer.GalleyMode

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_GalleyMode_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.GalleyMode*">GalleyMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Viewer_GalleyMode_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.GalleyMode*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_GalleyMode" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.GalleyMode">GalleyMode</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewer is in Galley Mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public bool GalleyMode { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if Galley Mode is enabled, allowing the report to be viewed as a continuous vertical scroll without page breaks; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_GalleyMode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Galley Mode is useful for viewing reports in a continuous flow, eliminating the visual interruption of page breaks.
This mode is particularly beneficial for reports where page breaks are arbitrary or where a continuous view enhances readability.
The default value is <code>false</code>, which means the report is displayed with page breaks as defined.</p>
</div>
</div>
