ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / StartPageNumber Property
Example

In This Topic
    StartPageNumber Property (Report)
    In This Topic
    Gets or sets the starting page number for numbering within a report.
    Syntax
    'Declaration
     
    Public Property StartPageNumber As Integer
    public int StartPageNumber {get; set;}

    Property Value

    An System.Int32 value indicating the starting page number.
    Example
    Report report = new Report();
    report.StartPageNumber = 1;
    See Also