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

TdxCompositionReportLink.GetItems(TStrings,Boolean) Method

Retrieves a list of link captions.

#Declaration

Delphi
procedure GetItems(AStrings: TStrings; AExcludeUnassigned: Boolean);

#Parameters

Name Type
AStrings TStrings
AExcludeUnassigned Boolean

#Remarks

The GetItems method returns a list of link captions referenced by elements of the Items collection. The link caption is defined by the Caption property. Also item objects are returned using the TStrings.Objects property of the AStrings parameter.

If the AExcludeUnassigned value is True, only captions for the items with assigned report links are returned. Otherwise, the method returns empty strings for the items without assigned report links.

See Also