Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TBasedxReportLink.PDFExportOptions Property

Provides access to settings that define how the report link exports its content to a PDF file.

#Declaration

Delphi
property PDFExportOptions: TdxPSPDFReportExportOptions read; write;

#Property Value

Type
TdxPSPDFReportExportOptions

#Remarks

A click on the “Export to PDF” button in the “Print Preview“ dialog invokes the “PDF Export Options” dialog that shows and changes the report link’s settings accessible via the PDFExportOptions property.

PDF export options include multiple pagination, security, and digital signature settings. Refer to the TdxPSPDFReportExportOptions class description for detailed information on available options.

You can use the “PDF Export Options” dialog to customize the report link’s export settings at design time. Click an ellipsis button next to the PDFExportOptions property in the Object Inspector to invoke the dialog.

See Also