Back to Devexpress

TdxPrintingRepository Class

vcl-dxprinting-58c34bbd.md

latest1.9 KB
Original Source

TdxPrintingRepository Class

The global repository of report links used in an application.

Declaration

delphi
TdxPrintingRepository = class(
    TObject
)

Remarks

The global report link repository is designed to track report link states and perform specific actions (via the interface), such as displaying print-related dialogs for a DevExpress VCL control associated with a report link in an application. Normally, the report link repository is used internally by all print-related actions and report link classes, providing unified access to all report links used in an application.

The TdxPrintingRepository class implements methods that can be used to:

A TdxPrintingRepository object is referenced by the dxPrintingRepository global function.

Inheritance

TObject TdxPrintingRepository

See Also

TdxPrintingRepository Members

dxPrinting Unit