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

In This Topic
    Finish Method (DataAggregateFunction)
    In This Topic
    This method is called when iteration over data scope is finished.

    Should be overridden in derived classes.

    Syntax
    'Declaration
     
    Public MustOverride Function Finish() As Object
    public abstract object Finish()

    Return Value

    The value of the aggregate function.
    See Also