Back to Devexpress

XRPdfContent.GenerateOwnPages Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpdfcontent-c4743ca9.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool GenerateOwnPages { get; set; }
vb
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(True)>
Public Property GenerateOwnPages As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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.

  • Embed PDF content into a report.

See Also

XRPdfContent Class

XRPdfContent Members

DevExpress.XtraReports.UI Namespace