TdxCustomContainerReportLink.ExcludeComponent(TComponent) Method
In This Article
Excludes the specified component from the report generation.
#Declaration
Delphi
procedure ExcludeComponent(AComponent: TComponent);
#Parameters
Name | Type |
---|---|
AComponent | TComponent |
#Remarks
Call this method to exclude the specified component from the report generation. The excluded component is specified via the AComponent parameter.
The excluded component is still available to an end-user via the report link designer.
See Also