Skip to main content
A newer version of this page is available. .

FormattingRuleCollection.GetEffectiveVisible() Method

Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose FormattingRule.Condition is true.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public DefaultBoolean GetEffectiveVisible()

Returns

Type Description
DefaultBoolean

A DefaultBoolean value, which represents the visibility state.

Remarks

For more information on using this method, refer to the Formatting.Visible property of a formatting rule’s FormattingRule.Formatting object.

See Also