XRCrossTabCell.NullValueText Property
Specifies the text to show when a cell value is null.
Namespace: DevExpress.XtraReports.UI.CrossTab
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
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