Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportDesignerModel.FormatStringData Property

Specifies the set of format strings to display in the FormatString Editor.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v24.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

#Declaration

public FormatStringData FormatStringData { get; set; }

#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.

WebDesigner_FormatStringEditor_CustomFormat

For more information on the FormatSting Editor‘s visual interface, see the Format String Editor document.

See Also