vcl-dxpscore-c92d76dc.md
A report link used to print several components supported by the ExpressPrinting System at once.
TdxCompositionReportLink = class(
TBasedxReportLink
)
The TdxCompositionReportLink object allows you to create one printed report for several components supported by the ExpressPrinting System. The Items property contains all report links to print.
To construct a composition report, a TdxCompositionReportLink instance and specific report links (report links derived from the TBasedxReportLink class) to components should be added via the TdxComponentPrinter component. Add objects of the TdxCompositionLinkItem type to the Items collection and initialize the ReportLink property with specific report links.
Note
it is impossible to include a composition report link in another composition report link.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TBasedxReportLink TdxCompositionReportLink
See Also
TcxUnboundVerticalGridReportLink
TcxCustomVerticalGridReportLink
TCustomdxNativeTreeViewReportLink
TdxCustomTableControlReportLink
TdxCompositionReportLink