Skip to main content
A newer version of this page is available. .

FormatStringDataItem.Value Property

Specifies the value displayed by a formatted element in a published document.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "value")]
public string Value { get; set; }

Property Value

Type Description
String

A String value.

See Also