TdxCustomContainerReportLink.HideComponent(TComponent) Method
Removes the specified component from the report.
Declaration
procedure HideComponent(AComponent: TComponent);
Parameters
| Name | Type |
|---|---|
| AComponent | TComponent |
Remarks
Call this method to remove the specified component from the report. The component to remove is specified via the AComponent parameter.
Removed component are not available to an end-user via the report link designer.
See Also