ActiveReports Developer 7
MultiPageViewRows Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : MultiPageViewRows Property

Glossary Item Box

Gets or sets the amount of rows to display in the Multiple page view type. The number of rows cannot be greater than 5 and less than 1.

Syntax

Visual Basic (Declaration) 
Public Property MultiPageViewRows As System.Short
C# 
public System.short MultiPageViewRows {get; set;}

See Also