Skip to main content

TBasedxReportLink.ConstructReport(TdxReportCells) Method

Builds a report.

Declaration

procedure ConstructReport(AReportCells: TdxReportCells); virtual;

Parameters

Name Type
AReportCells TdxReportCells

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