Skip to main content

FormatStringDataItem.Value Property

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v24.1.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