[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.GalleyMode

GalleyMode Property

GalleyMode

Gets or sets a value indicating whether the viewer is in Galley Mode.

Declaration
[Browsable(false)]
public bool GalleyMode { get; set; }
Property Value
Type Description
bool

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.