Skip to main content

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.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool IgnoreNullValuesForSummary { get; set; }

Property Value

Type Description
Boolean

true to ignore null values; otherwise false.

See Also