Skip to main content

XRLabel.ProcessNullValues Property

Specifies how to process a XRLabel control with null values. See the ValueSuppressType enumeration description for information on how different modes process null values.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
public override ValueSuppressType ProcessNullValues { get; set; }

Property Value

Type Description
ValueSuppressType

A ValueSuppressType enumeration value.

Remarks

The XRLabel control is considered to have a null value, if its Text property returns null (Nothing in Visual Basic) or String.Empty.

Note

When the XRLabel control displays a summary function‘s result, the ProcessNullValues property is disabled at design time and does nothing at runtime because null values are processed before summary functions are calculated.

See Also