TdxCompositionLinkItems.IsLinkComposable(TBasedxReportLink) Method
In This Article
Determines whether a specified link can be included in the link item collection.
#Declaration
Delphi
function IsLinkComposable(AReportLink: TBasedxReportLink): Boolean;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#Returns
Type |
---|
Boolean |
#Remarks
The link item collection is created for a specific composition report link (the TdxCompositionReportLink class). The Composition property identifies the composition report link to which the collection belongs.
Composable report links are those, which can be included in a composition report link. TdxCompositionReportLink objects are non-composable: they cannot be included in another composition report link. All other report links derived from the TBasedxReportLink class are composable.
See Also