Skip to main content

TBasedxReportLink.PDFExportOptions Property

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

Declaration

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