Back to Devexpress

XRPdfContent.PageRange Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpdfcontent-266bb5ca.md

latest1.4 KB
Original Source

XRPdfContent.PageRange Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public string PageRange { get; set; }
vb
<SRCategory(ReportStringId.CatData)>
<DefaultValue("")>
Public Property PageRange As String

Property Value

TypeDefaultDescription
StringString.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

XRPdfContent Class

XRPdfContent Members

DevExpress.XtraReports.UI Namespace