Skip to main content
All docs
V25.1
  • XRPdfContent.GenerateOwnPages Property

    Specifies whether to generate PDF file content on separate report pages or embed the content into a report.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [DefaultValue(true)]
    [SRCategory(ReportStringId.CatBehavior)]
    public bool GenerateOwnPages { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to generate PDF file content on separate report pages; false to embed the content into a report.

    Remarks

    The XRPdfContent control allows you to render PDF file content in two ways:

    • Default. Render each PDF file page as a separate report page.

      Render PDF content on separate pages

    • Embed PDF content into a report.

      Embed PDF content to a report

      Refer to the following documentation section for more details: Embed PDF File Content into a Report.

    See Also