TdxCustomContainerReportLink.CanExcludeComponentByName(string) Method
Indicates whether the specified component can be excluded from a report.
Declaration
function CanExcludeComponentByName(const AName: string): Boolean;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
Boolean |
Remarks
Use the CanExcludeComponentByName method to indicate whether the specified component can be excluded from the report generation. The component can be excluded if it visible or all of its owning containers are visible.
See Also