TAbstractdxGridReportLink.PrepareConstruct(TdxReportCells) Method
Prepares a report.
Declaration
procedure PrepareConstruct(AReportCells: TdxReportCells); virtual;
Parameters
| Name | Type |
|---|---|
| AReportCells | TdxReportCells |
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