[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.StartPageNumber

StartPageNumber Property

StartPageNumber

Gets or sets the starting page number for numbering within a report.

Declaration
public int StartPageNumber { get; set; }
Property Value
Type Description
int

An int value indicating the starting page number.

Examples
Report report = new Report();
report.StartPageNumber = 1;