Back to Devexpress

TBasedxReportLink Class

vcl-dxpscore-99fbe48d.md

latest1.1 KB
Original Source

TBasedxReportLink Class

The base class for all classes that implement report links for DevExpress VCL controls.

Declaration

delphi
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

IdxPrinting

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TBasedxReportLink

See Also

TBasedxReportLink Members

dxPSCore Unit