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

MultiplePageRows Property (Viewer)
Gets or sets the number of pages that are displayed vertically in the viewer when it is in MultiPage view mode.
Syntax
'Declaration
 
Public Property MultiplePageRows As Integer
 

Property Value

The number of pages to display vertically. The default value is 2.
Exceptions
ExceptionDescription
Thrown when the set value is less than or equal to 0, as the number of pages displayed vertically must be a positive integer.
Remarks
This property allows user to control how many pages are displayed vertically in the viewer when it is set to MultiPage view mode. It is useful for presenting multiple pages of a document simultaneously, improving the document's readability and navigation. The value must be a positive integer; otherwise, an System.ArgumentOutOfRangeException is thrown.
See Also