ReportDesignerModel.FormatStringData Property
Specifies the set of format strings to display in the FormatString Editor.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Property Value
Type | Description |
---|---|
FormatStringData | A FormatStringData object. |
Remarks
The FormatString Editor allows end-users to specify the required formatting for report elements by selecting one of the built-in formats grouped by categories or creating their own. The set of the read-only standard formats is specified by the FormatStringData.StandardPatterns property. The FormatStringData.CustomPatterns collection contains custom formats for the FormatString Editor. End-users can remove any of these formats or create a new one by entering a format string in the dedicated editor and clicking Add.
For more information on the FormatSting Editor‘s visual interface, see the Format String Editor document.