ActiveReports Developer 7
MultiplePageRows Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : MultiplePageRows Property

Glossary Item Box

Gets or sets the number of pages displayed vertically when the viewer is in MultiPageMode.

Syntax

Visual Basic (Declaration) 
Public Property MultiplePageRows As System.Integer
C# 
public System.int MultiplePageRows {get; set;}

See Also