[]
The flex pivot engine provider interface.
public interface IFlexPivotEngineProvider
Name | Description |
---|---|
Fields | Gets the field collection defined in the data source. |
RawData | Get the entire raw source data. |
Name | Description |
---|---|
GetAggregatedData(Dictionary<string, object>, CancellationTokenSource, Action<int>) | Gets the aggregated results according to the given view in an asynchronous execution |
GetDetail(Dictionary<string, object>, object[]) | Gets the source data rows used in obtaining a given aggregated value. |
GetUniqueValues(Dictionary<string, object>, string) | Gets the unqiue values of the specified field. |