Skip to main content

ReportModel.IgnoreNullValuesForSummary Property

Specifies whether or not null values (if occured in a datasource) should be ignored when calculating a summary function.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public bool IgnoreNullValuesForSummary { get; set; }
Public Property IgnoreNullValuesForSummary As Boolean

Property Value

Type Description
Boolean

true to ignore null values; otherwise false.

See Also