Skip to main content

TdxPrintingRepository Class

The global repository of report links used in an application.

Declaration

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