IDataCubeServicePreviewTransformOutput(DataCube, Guid, Int32, Int32, IEnumerableParameterValue, IEnumerableConnectorElementSortRule) Method

Previews the data from the output of one of the data cube underlying transforms.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
DataCellset PreviewTransformOutput(
	DataCube dataCube,
	Guid transformId,
	int pageSequenceStart,
	int pageSequenceSize,
	IEnumerable<ParameterValue> parameterValues,
	IEnumerable<ConnectorElementSortRule> sortingRules
)

Parameters

dataCube  DataCube
The data cube.
transformId  Guid
The transform ID.
pageSequenceStart  Int32
The data page sequence start.
pageSequenceSize  Int32
The size of the data page.
parameterValues  IEnumerableParameterValue
The optional parameter values.
sortingRules  IEnumerableConnectorElementSortRule
The sorting rules for the current output element.

Return Value

DataCellset
The preview data cellset.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
ArgumentOutOfRangeExceptionpageSequenceStart or pageSequenceSize is invalid.
InvalidSessionExceptionThe caller context is not associated with a valid session.
NotFoundExceptionThe transform with the specified transformId does not exist.
InvalidOperationExceptionThe preview operation is invalid, as the selected transform has no output elements defined.
CustomAttributeExceptionThe transform expect a valid value for a user custom attribute.
See Also