Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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