StateIndicator.TransformationType Property

Definition

Gets or sets a value that indicates whether to transform the input value to a percentage value.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::GaugeTransformationType> TransformationType { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::GaugeTransformationType> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::GaugeTransformationType> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.GaugeTransformationType> TransformationType { get; set; }
member this.TransformationType : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.GaugeTransformationType> with get, set
Public Property TransformationType As ReportExpression(Of GaugeTransformationType)

Property Value

A ReportExpression<T> object.

Applies to