Skip to main content
A newer version of this page is available. .

XRCrossTabCell.NullValueText Property

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

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(true)]
public override string NullValueText { get; set; }

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