TCustomdxGridReportLink Class
In This Article
The base class used to print both the TStringGrid and TDrawGrid components.
#Declaration
Delphi
TCustomdxGridReportLink = class(
TAbstractdxGridReportLink
)
#Remarks
TCustomdxGridReportLink is a common ancestor for both the TdxStringGridReportLink and TdxDrawGridReportLink objects. It provides the functionality necessary to print the TStringGrid and TDrawGrid components.
#Inheritance
See Also
TCustomdxGridReportLink