Back to Devexpress

TdxCompositionReportLink Class

vcl-dxpscore-c92d76dc.md

latest5.4 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TBasedxReportLink TdxCompositionReportLink

See Also

TdxGridReportLink

TcxDBVerticalGridReportLink

TcxRTTIInspectorReportLink

TcxUnboundVerticalGridReportLink

TcxCustomVerticalGridReportLink

TcxVerticalGridReportLink

TdxTreeViewExReportLink

TcxDBMemoReportLink

TcxMemoReportLink

TcxCustomMemoReportLink

TcxMCListBoxReportLink

TdxCustomStringsReportLink

TdxMemoReportLink

TdxTextReportLink

TdxCustomTextReportLink

TdxCustomMemoReportLink

TdxOrgChartReportLink

TCustomdxOrgChartReportLink

TdxDBOrgChartReportLink

TdxDBTeeChartReportLink

TdxLayoutControlReportLink

TdxListBoxReportLink

TdxCheckListBoxReportLink

TCustomdxRichEditReportLink

TAbstractdxGridReportLink

TrxRichEditReportLink

TdxRichEditReportLink

TCustomdxNativeTreeViewReportLink

TdxStringGridReportLink

TCustomdxTreeViewReportLink

TCustomdxGridReportLink

TStddxGridReportLink

TdxTreeViewReportLink

TdxCustomListBoxReportLink

TAbstractdxRichEditReportLink

TdxCustomTableControlReportLink

TdxCustomcxControlReportLink

TdxDrawGridReportLink

TdxCustomContainerReportLink

TcxTreeListReportLink

TcxVirtualTreeListReportLink

TcxDBTreeListReportLink

TcxTreeListCustomReportLink

TdxImageReportLink

TCustomdxPictureReportLink

TdxPictureReportLink

TCustomdxGraphicReportLink

TdxCompositionReportLink

TdxTeeChartReportLink

TCustomdxTeeChartReportLink

TdxFlowChartReportLink

TdxCompositionLinkItem

TdxCompositionLinkItems

TdxCompositionReportLink Members

dxPSCore Unit