Skip to main content
All docs
V24.2

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

XRPdfContent.PageRange Property

Specifies a range of PDF document pages that should be included in a report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public string PageRange { get; set; }

#Property Value

Type Default Description
String String.Empty

A range of PDF document pages.

#Remarks

The 1,3,5-8 string is an example of a page range that adds the first, the third, and all pages from five to eight to a report.

See Also