ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / StartPageNumber Property

In This Topic
    StartPageNumber Property
    In This Topic
    Gets or sets the page number to start the numeration with in the report.
    Syntax
    'Declaration
     
    Public Property StartPageNumber As Integer
    public int StartPageNumber {get; set;}
    See Also