StateIndicator.TransformationType Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether to transform the input value to a percentage value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TransformationType As ReportExpression(Of GaugeTransformationType)
Get
Set
'Usage
Dim instance As StateIndicator
Dim value As ReportExpression(Of GaugeTransformationType)
value = instance.TransformationType
instance.TransformationType = value
public ReportExpression<GaugeTransformationType> TransformationType { get; set; }
public:
property ReportExpression<GaugeTransformationType> TransformationType {
ReportExpression<GaugeTransformationType> get ();
void set (ReportExpression<GaugeTransformationType> value);
}
member TransformationType : ReportExpression<GaugeTransformationType> with get, set
function get TransformationType () : ReportExpression<GaugeTransformationType>
function set TransformationType (value : ReportExpression<GaugeTransformationType>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GaugeTransformationType>
A ReportExpression<T> object.