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

Formatting(String, DefaultBoolean) Constructor

Initializes a new instance of the Formatting class with the specified name and visibility setting.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public Formatting(
    string name,
    DefaultBoolean visible
)

Parameters

Name Type Description
name String

A String value, which specifies a formatting’s name. This value is assigned to the XRControlStyle.Name property.

visible DefaultBoolean

A DefaultBoolean value which specifies whether the visibility should be changed by applying this formatting, and to what value it should be changed. This value is assigned to the Formatting.Visible property.

See Also