Gets or sets a value indicating whether null values should be ignored when the current aggregate is calculated.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool IgnoreNullValues { get; set; }
Visual Basic
Public Property IgnoreNullValues As Boolean
	Get
	Set

Remarks

The default value of this property is true.

See Also