Back to Devexpress

XRPageInfo.StartPageNumber Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpageinfo-cf290bc0.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(1)]
[SRCategory(ReportStringId.CatBehavior)]
public int StartPageNumber { get; set; }
vb
<DefaultValue(1)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property StartPageNumber As Integer

Property Value

TypeDefaultDescription
Int321

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

Add Page Numbers

XRPageInfo Class

XRPageInfo Members

DevExpress.XtraReports.UI Namespace