[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.Viewer.MultiplePageCols

MultiplePageCols Property

MultiplePageCols

Gets or sets a value indicating the number of pages displayed horizontally when the viewer is in MultiPageMode.

Declaration
public int MultiplePageCols { get; set; }
Property Value
Type Description
int

An int representing the number of horizontal pages.

Remarks

The default value is 3.

Exceptions
Type Condition
ArgumentOutOfRangeException

Thrown when the set value is less than or equal to 0, as the number of pages displayed horizontally must be a positive integer.