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

Glossary Item Box

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

Syntax

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

See Also