ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class / EndPage Property

In This Topic
    EndPage Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Gets or sets the last page of the report to render (PDF RE). Must be greater than or equal to StartPage.
    Syntax
    'Declaration
     
    Public Property EndPage As Integer
    public int EndPage {get; set;}

    Property Value

    A System.Int32 value indicating the last page number for rendering. Default is 0
    Exceptions
    ExceptionDescription
    Thrown if the end page is less than the start page.
    See Also