TBasedxReportLink.ConstructReport(TdxReportCells) Method
In This Article
Builds a report.
#Declaration
Delphi
procedure ConstructReport(AReportCells: TdxReportCells); virtual;
#Parameters
Name | Type |
---|---|
AReport |
Tdx |
#Remarks
The ConstructReport method creates the contexts of a report. You must never call it directly. Descendants must override this method to construct a report according to specific properties of a printed component.
See Also