Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / IFlexPivotEngineProvider Interface / GetAggregatedData Method
View definition used for performing aggregation.
The cancellation token source.
A callback function to report analysis progress.

In This Topic
    GetAggregatedData Method
    In This Topic
    Gets the aggregated results according to the given view in an asynchronous execution
    Syntax

    Parameters

    view
    View definition used for performing aggregation.
    cancelSource
    The cancellation token source.
    progress
    A callback function to report analysis progress.

    Return Value

    View execution (aggregation) result
    See Also