Skip to main content

TdxCustomContainerReportLink.HideComponentByName(string) Method

Removes the specified component from the report.

Declaration

procedure HideComponentByName(const AName: string);

Parameters

Name Type
AName string

Remarks

Call this method to remove the specified component from the report. The name of the removed component is specified via the AName parameter.

Removed component are not available to an end-user via the report link designer.

See Also