Back to Devexpress

TdxReportLinkPrinterPage Class

vcl-dxpscore-af8ac4e7.md

latest1.3 KB
Original Source

TdxReportLinkPrinterPage Class

Stores report page settings in a report link.

Declaration

delphi
TdxReportLinkPrinterPage = class(
    TdxPrinterPage
)

Remarks

This class extends its ancestor with the ReportLink property that allows you to access the report link whose page print settings are stored by a TdxReportLinkPrinterPage object.

This class is the direct ancestor of the TdxPDFViewerPrinterPage class that implements the “Print as Image” option in the TdxPDFViewer control’s report link.

Inheritance

TObject TPersistent TInterfacedPersistent TdxBaseObject TdxPrinterPageObject TdxPrinterPage TdxReportLinkPrinterPage

See Also

TdxReportLinkPrinterPage Members

dxPSCore Unit