Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.