Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TBasedxReportLink.ConstructReport(TdxReportCells) Method

Builds a report.

#Declaration

Delphi
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