TdxCustomContainerReportLink.ExcludeComponentByName(string) Method
Excludes the specified component from the report generation.
Declaration
procedure ExcludeComponentByName(const AName: string);
Parameters
Name | Type |
---|---|
AName | string |
Remarks
Call this method to exclude the specified component from the report generation. The excluded component is specified via the AName parameter.
The excluded component is still available to an end-user via the report link designer.
See Also