OlapDataProviderRetrieveData Method (IOlapCube, DataRequest, ResultPaging, GroupProgressIndicator, GroupCancellationToken)

Retrieves the data.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public DataCellset RetrieveData(
	IOlapCube cube,
	DataRequest dataRequest,
	ResultPaging paging,
	GroupProgressIndicator? progressIndicator,
	GroupCancellationToken? cancelToken
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube.
dataRequest
Type: Dundas.BI.Data.DataRetrievalDataRequest
The data request.
paging
Type: Dundas.BI.Data.DataRetrievalResultPaging
The paging information.
progressIndicator
Type: Dundas.BI.Data.DataRetrievalGroupProgressIndicator
The progress indicator.
cancelToken
Type: Dundas.BI.Data.DataRetrievalGroupCancellationToken
The cancellation token.

Return Value

Type: DataCellset
The data cell set.
Exceptions
ExceptionCondition
ArgumentNullExceptioncube, dataRequest or paging is .
See Also