ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _AggregateUtility Class / _reduce<T> Method

In This Topic
    _reduce<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _reduce(Of T)( _
       ByVal items As List(Of Object), _
       ByVal binding As IBinding(Of DataValueType), _
       ByVal callback As GrapeCity.DataVisualization.Chart.AggregateReduceCallback(Of T), _
       ByVal initialValue As T _
    ) As T
    public static T _reduce<T>( 
       List<object> items,
       IBinding<DataValueType> binding,
       GrapeCity.DataVisualization.Chart.AggregateReduceCallback<T> callback,
       T initialValue
    )

    Parameters

    items
    binding
    callback
    initialValue

    Type Parameters

    T
    See Also