TdxCustomContainerReportLink.CanExcludeComponent(TComponent) Method
Indicates whether the specified component can be excluded from a report.
Declaration
function CanExcludeComponent(AComponent: TComponent): Boolean;
Parameters
| Name | Type |
|---|---|
| AComponent | TComponent |
Returns
| Type |
|---|
| Boolean |
Remarks
Use the CanExcludeComponent 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