Skip to main content

TdxCompositionReportLink Class

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

Declaration

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