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

In This Topic
    StartPage Property (Settings)
    In This Topic
    Gets or sets the first page of the report to render. A value of 0 indicates that all pages are rendered. The default value is 1.
    Syntax
    'Declaration
     
    Public Property StartPage As Integer
    public int StartPage {get; set;}
    See Also