IDataRetrievalServiceRetrieveDataRegionStatisticsAsync Method (ClientRequest, ICollectionDataRegion) |
Computes the measure statistics for the requested data regions within a specified data result.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax DataStatisticsContext 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
- Type: Dundas.BI.Data.DataRetrievalClientRequest
The data request used as source data for the specified regions. - dataRegions
- Type: System.Collections.GenericICollectionDataRegion
The data regions.
Return Value
Type:
DataStatisticsContext
The statistics result,containing the collection of computed measure statistics.
Exceptions See Also