Skip to main content

FormatStringDataItem.Type Property

Specifies the format string item type.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

Type Description
String

A String value.

See Also