Skip to main content
A newer version of this page is available. .

XRPageInfo.StartPageNumber Property

Gets or sets the value used as the number to start numbering the pages from within the XRPageInfo control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultValue(1)]
[SRCategory(ReportStringId.CatBehavior)]
public int StartPageNumber { get; set; }

Property Value

Type Default Description
Int32 1

An integer value indicating the page number for the first report’s page.

Remarks

Use this property to set the first page’s number to a number other than 1. Note, that this property affects only the XRPageInfo control it was set for. Thus, you can drop several XRPageInfo controls onto a page and they can all have different values for their first page’s number.

See Also