TdxCompositionLinkItems.IndexOfLink(TBasedxReportLink) Method
Returns the index of the TdxCompositionLinkItem object created for a specified report link within the link item collection.
Declaration
function IndexOfLink(AReportLink: TBasedxReportLink): Integer;
Parameters
| Name | Type |
|---|---|
| AReportLink | TBasedxReportLink |
Returns
| Type |
|---|
| Integer |
Remarks
The IndexOfLink method returns the index of the first occurrence of the TdxCompositionLinkItem object within the collection that refers to a specified report link. If no items refer to the AReportLink, -1 is returned.
See Also