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

TdxCompositionLinkItem Class

Refers to a specific report link for a composition report link.

#Declaration

Delphi
TdxCompositionLinkItem = class(
    TCollectionItem
)

#Remarks

A TdxCompositionLinkItem object identifies a report link to include it in the composition report link of the TdxCompositionReportLink class. Initialize the ReportLink property with a specific report link to a component. Then add the link item object to the Items collection to include the referenced component in the composition report link.

#Inheritance

TObject
TPersistent
TCollectionItem
TdxCompositionLinkItem
See Also