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

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

    Property Value

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