IDataRetrievalServiceRetrieveDataRegionStatisticsAsync(ClientRequest, ICollectionDataRegion) Method

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 (26.2.0.1000)
Syntax
DataStatisticsContext RetrieveDataRegionStatisticsAsync(
	ClientRequest request,
	ICollection<DataRegion> dataRegions
)

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
ExceptionCondition
ArgumentNullExceptionThe request was .
ArgumentExceptionThe dataRegions was or empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also