PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / IgnoreNullValues Property

In This Topic
    IgnoreNullValues Property (Aggregate)
    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