ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / GalleyMode Property

In This Topic
GalleyMode Property (Viewer)
In This Topic
Gets or sets a value indicating whether the viewer is in Galley Mode.
Syntax
'Declaration
 
Public Property GalleyMode As Boolean
 

Property Value

true if Galley Mode is enabled, allowing the report to be viewed as a continuous vertical scroll without page breaks; otherwise, false.
Remarks
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 false, which means the report is displayed with page breaks as defined.
See Also