Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#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