TdxCustomContainerReportLink.ExcludeComponentsByName(string[]) Method
Excludes the specified components from the report generation.
Declaration
procedure ExcludeComponentsByName(const ANames: array of string);
Parameters
Name | Type |
---|---|
ANames | string |
Remarks
Call this method to exclude the specified component from the report generation. The array of the excluded components’ names is specified via the ANames parameter.
The excluded component is still available to an end-user via the report link designer.
See Also