Back to Devexpress

FormatStringData Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-datacontracts-1dec647c.md

latest2.7 KB
Original Source

FormatStringData Class

Provides functionality to specify the format string patterns displayed in the FormatString Editor.

Namespace : DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
[DataContract]
public class FormatStringData
vb
<DataContract>
Public Class FormatStringData

The following members return FormatStringData objects:

Remarks

The FormatSting Editor allows end-users to specify the required formatting for report elements to display their incoming data. The FormatStringData class provides functionality to specify the format string patterns for the FormatString Editor. The FormatStringData.StandardPatterns property specifies a read-only set of standard format strings grouped by categories, while the FormatStringData.CustomPatterns property specifies the list of format patterns that can be customized by end-users.

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

Inheritance

Object FormatStringData

See Also

FormatStringData Members

FormatStringData

Format String Editor

DevExpress.XtraReports.Web.ReportDesigner.DataContracts Namespace