Skip to main content

TdxCustomContainerReportLink.ExcludeComponents(TComponent[]) Method

Excludes the specified components from the report generation.

Declaration

procedure ExcludeComponents(const AComponents: array of TComponent);

Parameters

Name Type
AComponents TComponent

Remarks

Call this method to exclude the specified component from the report generation. The array of components to exclude is specified via the AComponents parameter.

The excluded component is still available to an end-user via the report link designer.

See Also