TAbstractdxReportLinkDesignWindow Class
In This Article
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