Back to Devexpress

XRCrossTabCell.NullValueText Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-xrcrosstabcell-7f4e6584.md

latest1.5 KB
Original Source

XRCrossTabCell.NullValueText Property

Specifies the text to show when a cell value is null.

Namespace : DevExpress.XtraReports.UI.CrossTab

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

The text to display when a cell value is null.

|

Remarks

The Cross Tab displays an empty string in a cell if its bound field’s value is null.

Use the NullValueText property to display a custom text in such cells.

See Also

XRCrossTabCell Class

XRCrossTabCell Members

DevExpress.XtraReports.UI.CrossTab Namespace