Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / CountDistinctAgg Class / GetEmptyValue Method

In This Topic
    GetEmptyValue Method (CountDistinctAgg)
    In This Topic
    Gets the aggregate value corresponding to an empty list.
    Syntax
    'Declaration
     
    Public Overrides Function GetEmptyValue() As Object
    public override object GetEmptyValue()

    Return Value

    Zero (0).
    See Also