TdxCustomContainerReportLink.CanExcludeComponentByName(string) Method
In This Article
Indicates whether the specified component can be excluded from a report.
#Declaration
#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