TdxPDFViewerReportLink Class
A report link used to associate the PDF Viewer control with the TdxComponentPrinter component.
Declaration
TdxPDFViewerReportLink = class(
TBasedxReportLink
)
Remarks
This class implements the functionality required to print a document that the TdxPDFViewer control currently displays.
The TdxPDFViewerReportLink class provides the following members that allow you to:
Customize page print settings (PrinterPage).
Invoke the “Print Preview” dialog (Preview).
Print the document (Print, PrintEx, PrintPages, and PrintPagesEx).
Note
An ExportToPDF procedure call has no effect, since the PDF Viewer report link does not implement the capability to export a report built from a PDF document to a PDF file.
Inheritance
See Also