ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Object
    public override System.object GetEmptyValue()

    Return Value

    Zero (0).
    See Also