TransformPreviewReader Method

Previews the output for the current instance.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public ITransformReader PreviewReader()

Return Value

Type: ITransformReader
The output ITransformReader object.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe operation is not allowed when the current instance is not part of a DataCube definition.
CustomAttributeExceptionThe transform expect a valid value for a user custom attribute.
Remarks
The reader should be disposed after it is used.
See Also