XRBinding.FormatString Property
Gets or sets the output format for the value bound to the control’s property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string containing the output format for the value bound to the control’s property. |
#Remarks
The return value depends on the data type of the bound value and generally contains a template that determines the format.
Note
The Format
To process such values, use the Null
and the control’s Process
properties.