TdxCompositionLinkItem Class
In This Article
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