Skip to main content

IChooseSummaryOptionsPageView.IgnoreNullValues Property

If implemented, specifies the state of the Ignore null values check box.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

bool IgnoreNullValues { get; set; }

Property Value

Type Description
Boolean

true to activate the check box; otherwise false.

See Also