Freigeben über


StateIndicator.TransformationType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GaugeTransformationType>
A ReportExpression<T> object.

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace