FormattingRule.Name Property
In This Article
Gets or sets the formatting rule‘s name.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String that specifies the formatting rule name. |
#Remarks
You can use the Name property at runtime to evaluate an object by its name rather than type or programmatic name. The Name property returns a String value and can be evaluated in case-style logic statements (switch statement in C#, Select statement in Visual Basic).
Note
To avoid invalid report serialization, the Name property value should not contain any reserved .NET words, library names or the Xtra
See Also