Skip to main content
All docs
V25.1
  • 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.1.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