Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataAggregateFunction Class / Iterate Method
A value to aggregate.

In This Topic
    Iterate Method (DataAggregateFunction)
    In This Topic
    This method is called for each value in the data scope.

    Should be overridden in derived classes.

    Syntax
    'Declaration
     
    Public MustOverride Sub Iterate( _
       ByVal v As Object _
    ) 
    public abstract void Iterate( 
       object v
    )

    Parameters

    v
    A value to aggregate.
    See Also