DataRetrievalService.getDataRegionStatistics Method

Call to request data statistics from the server for a specific request.
 

Parameters

request

Type: Request
The request to use to retrieve the data statistics for.
dataRegions

Type: Array
ElementType: DataRegion
The data regions to use to get the statistics. As a convenience, if a non-array is given, it is converted to an array.

Return Value


Type: jQuery.Promise
Value: dundas.data.StatisticsResult
A promise object which will be resolved when the data is returned. If successful, a dundas.data.StatisticsResult is returned.