ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / PreviewPages Property

In This Topic
    PreviewPages Property (Designer)
    In This Topic
    Gets or sets the number of pages of report that should be generated for preview.
    Syntax
    'Declaration
     
    Public Property PreviewPages As Integer
    public int PreviewPages {get; set;}

    Property Value

    The number of preview pages.
    Exceptions
    ExceptionDescription
    Thrown when the provided value is less than 0 or greater than 10000.
    Remarks
    Note: This property does not determine the total number of pages generated when the report is run to completion.  If this value is set to 0, all pages of the report is generated.
    See Also