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

XRControl.ProcessNullValues Property

Specifies how to process report controls with null values. This property is for internal use only. See the list below for properties that override this property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(ValueSuppressType.Leave)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual ValueSuppressType ProcessNullValues { get; set; }

Property Value

Type Default
ValueSuppressType Leave

Remarks

The following properties override the XRControl.ProcessNullValues property:

Use these properties to specify how null values are processed. See the ValueSuppressType enumeration description for information on how the processing modes work.

See Also