This method is called when the list of aggregates values is empty.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual Object GetEmptyValue()
Visual Basic
Public Overridable Function GetEmptyValue As Object

Return Value

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

See Also