Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportModel.IgnoreNullValuesForSummary Property

Specifies whether or not null values (if occurred in a data source) should be ignored when calculating a summary function.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public bool IgnoreNullValuesForSummary { get; set; }

Property Value

Type Description
Boolean

true to ignore null values; otherwise false.

See Also