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

In This Topic
    GetEmptyValue Method (AvgAgg)
    In This Topic
    This method is called when the list of aggregates values is empty.
    Syntax
    'Declaration
     
    Public Overridable Function GetEmptyValue() As Object
    public virtual object GetEmptyValue()

    Return Value

    The value of the aggregate function when the list of aggregates values is empty.
    See Also