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

XRDesignPanel.FormattingRulesNodeVisibility Property

Specifies the visibility of formatting rules within the Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[DefaultValue(ComponentVisibility.ReportExplorer)]
public ComponentVisibility FormattingRulesNodeVisibility { get; set; }

Property Value

Type Default Description
ComponentVisibility **ReportExplorer**

A ComponentVisibility enumeration value.

Available values:

Name Description
None

The components are not displayed in the Report Designer.

ComponentTray

For internal use. The components are displayed in the Component Tray (no longer available in the Report Designer GUI).

ReportExplorer

The components are displayed in the Report Explorer.

Remarks

By default, the Report Explorer panel displays the Formatting Rules node that provides access to formatting rules available for the current report. To hide this node, set the FormattingRulesNodeVisibility property to ComponentVisibility.None.

See Also