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

ChooseSummaryOptionsPageView.IgnoreNullValues Property

Specifies the state of the Ignore null values check box.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool IgnoreNullValues { get; set; }

Property Value

Type Description
Boolean

true to activate the check box; otherwise false.

Implements

See Also