Back to Devexpress

TAbstractdxReportLinkDesignWindow Class

vcl-dxpscore-d81d147a.md

latest1.4 KB
Original Source

TAbstractdxReportLinkDesignWindow Class

Serves as the abstract ancestor for classes that implement report link designers.

Declaration

delphi
TAbstractdxReportLinkDesignWindow = class(
    TCustomdxPSForm
)

Remarks

Report links use report link designers to customize report link properties before printing a component. A report link designer is a window used to customize report links. Every report link uses a specific designer.

Inheritance

Show 11 items

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TCustomdxPSForm TAbstractdxReportLinkDesignWindow

See Also

TAbstractdxReportLinkDesignWindow Members

dxPSCore Unit