OlapDataProviderGetCellset Method (IOlapCube, DataRequest, ResultPaging, GroupProgressIndicator, GroupCancellationToken, Boolean)

Gets the result.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected abstract DataCellset GetCellset(
	IOlapCube cube,
	DataRequest dataRequest,
	ResultPaging paging,
	GroupProgressIndicator progressIndicator,
	GroupCancellationToken cancelToken,
	bool requestCellsetSize
)

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.
progressIndicator
Type: Dundas.BI.Data.DataRetrievalGroupProgressIndicator
The progress indicator.
cancelToken
Type: Dundas.BI.Data.DataRetrievalGroupCancellationToken
The cancel token.
requestCellsetSize
Type: SystemBoolean
If set to request the cellset size in query.

Return Value

Type: DataCellset
A reference to DataCellset object.
See Also