TAbstractdxGridReportLink.PrepareConstruct(TdxReportCells) Method
In This Article
Prepares a report.
#Declaration
Delphi
procedure PrepareConstruct(AReportCells: TdxReportCells); virtual;
#Parameters
Name | Type |
---|---|
AReport |
Tdx |
#Remarks
You should never call this procedure directly. Descendants must override this method to prepare a report for printing based on specific properties of the printed component.
See Also