Back to Devexpress

XRLabel.NullValueText Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrlabel-0922a6ed.md

latest1.2 KB
Original Source

XRLabel.NullValueText Property

Specifies the text shown by the XRLabel when the value of its bound data field is null.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override string NullValueText { get; set; }
vb
<Browsable(True)>
Public Overrides Property NullValueText As String

Property Value

TypeDescription
String

A String value.

|

See Also

XRLabel Class

XRLabel Members

DevExpress.XtraReports.UI Namespace