TdxCustomContainerReportLink.UnexcludeComponents(TComponent[]) Method
Removes the specified components from the excluded components list.
Declaration
procedure UnexcludeComponents(const AComponents: array of TComponent);
Parameters
Name | Type |
---|---|
AComponents | TComponent |
Remarks
Call the UnexcludeComponents method to remove the specified components 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 AComponents parameter specifies the array of component to remove.
See Also