TdxCustomContainerReportLink.UnexcludeComponent(TComponent) Method
Removes the specified component from the excluded components list.
Declaration
procedure UnexcludeComponent(AComponent: TComponent);
Parameters
| Name | Type |
|---|---|
| AComponent | TComponent |
Remarks
Call the UnexcludeComponent method to remove the specified component from the excluded components list. The components within this list are not included into a report but are available within the report link designer. The AComponent parameter identifies a component to remove.
See Also