ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / MultiplePageCols Property

In This Topic
    MultiplePageCols Property (Viewer)
    In This Topic
    Gets or sets a value indicating the number of pages displayed horizontally when the viewer is in MultiPageMode.
    Syntax
    'Declaration
     
    Public Property MultiplePageCols As Integer
    public int MultiplePageCols {get; set;}

    Property Value

    An System.Int32 representing the number of horizontal pages.
    Exceptions
    ExceptionDescription
    Thrown when the set value is less than or equal to 0, as the number of pages displayed horizontally must be a positive integer.
    Remarks
    The default value is 3.
    See Also