TdxCompositionLinkItems.DeleteItemsByLink(TBasedxReportLink) Method
Deletes all items that refer to a specified report link.
Declaration
procedure DeleteItemsByLink(AReportLink: TBasedxReportLink);
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
Remarks
The DeleteItemsByLink method deletes all items created for a specified AReportLink within the collection.
See Also