ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintPageEventArgs Class / HasMorePages Property

In This Topic
    HasMorePages Property
    In This Topic
    Gets or sets a value indicating whether an additional page should be printed.
    Syntax
    'Declaration
     
    Public Property HasMorePages As Boolean
    public bool HasMorePages {get; set;}

    Property Value

    true if an additional page should be printed; otherwise, false. The default is false.
    See Also