IDataRetrievalServiceRetrieveDataRegionStatisticsAsync(ClientRequest, ICollectionDataRegion) Method |
Computes the measure statistics for the requested data regions within a specified data result.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDataStatisticsContext RetrieveDataRegionStatisticsAsync(
ClientRequest request,
ICollection<DataRegion> dataRegions
)
Function RetrieveDataRegionStatisticsAsync (
request As ClientRequest,
dataRegions As ICollection(Of DataRegion)
) As DataStatisticsContext
DataStatisticsContext^ RetrieveDataRegionStatisticsAsync(
ClientRequest^ request,
ICollection<DataRegion^>^ dataRegions
)
abstract RetrieveDataRegionStatisticsAsync :
request : ClientRequest *
dataRegions : ICollection<DataRegion> -> DataStatisticsContext Parameters
- request ClientRequest
- The data request used as source data for the specified regions.
- dataRegions ICollectionDataRegion
- The data regions.
Return Value
DataStatisticsContext
The statistics result,containing the collection of computed measure statistics.
Exceptions
See Also