Skip to main content

TdxCustomContainerReportLink.ExcludeComponent(TComponent) Method

Excludes the specified component from the report generation.

Declaration

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