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

TdxCompositionReportLink Class

A report link used to print several components supported by the ExpressPrinting System at once.

#Declaration

Delphi
TdxCompositionReportLink = class(
    TBasedxReportLink
)

#Remarks

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.

See Also