Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / IgnoreNullValues Property

In This Topic
    IgnoreNullValues Property
    In This Topic
    Gets or sets a value indicating whether null values should be ignored when the current aggregate is calculated.
    Syntax
    'Declaration
     
    Public Property IgnoreNullValues As Boolean
    public bool IgnoreNullValues {get; set;}
    Remarks
    The default value of this property is true.
    See Also