ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / EndPage Property

In This Topic
    EndPage Property (Settings)
    In This Topic
    Gets or sets the last page of the report to render. The default value is the value for StartPage.
    Syntax
    'Declaration
     
    Public Property EndPage As Integer
    public int EndPage {get; set;}
    See Also