TBasedxReportLink Class
The base class for all classes that implement report links for DevExpress VCL controls.
Declaration
TBasedxReportLink = class(
TcxScalableComponent,
IdxPrinting
)
Remarks
Do not use the TBasedxReportLink class directly. Use its descendants instead.
Note
All report links compatible with TdxComponentPrinter must be derived from the TBasedxReportLink class.
Implements
Inheritance
See Also