Open this page in the API Guide

IDataCubeService.PreviewTransformOutput Method

Overload List
  NameDescription
Public methodPreviewTransformOutput(Guid, Guid, Int32, Int32, IEnumerable<ConnectorElementSortRule>)
Previews the data from the output of one of the data cube underlying transforms using the default parameter values of the data cube.
Public methodPreviewTransformOutput(DataCube, Guid, Int32, Int32, IEnumerable<ConnectorElementSortRule>)
Previews the data from the output of one of the data cube underlying transforms using the default parameter values of the data cube.
Public methodPreviewTransformOutput(Guid, Guid, Int32, Int32, IEnumerable<ParameterValue>, IEnumerable<ConnectorElementSortRule>)
Previews the data from the output of one of the data cube underlying transforms.
Public methodPreviewTransformOutput(DataCube, Guid, Int32, Int32, IEnumerable<ParameterValue>, IEnumerable<ConnectorElementSortRule>)
Previews the data from the output of one of the data cube underlying transforms.
Top
See Also