TdxCustomContainerReportLink.UnexcludeComponentByName(string) Method
In This Article
Removes the specified component from the excluded components list.
#Declaration
Delphi
procedure UnexcludeComponentByName(const AName: string);
#Parameters
Name | Type |
---|---|
AName | string |
#Remarks
Call the UnexcludeComponentByName 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 AName parameter specifies the name of a removed component.
See Also