[]
Gets or sets a value indicating whether the viewer is in Galley Mode.
[Browsable(false)]
public bool GalleyMode { get; set; }
Type | Description |
---|---|
bool |
|
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.