XRPdfContent.PageRange Property
In This Article
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. |
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