Partager via


Propriété StateIndicator.TransformationType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TransformationType As ReportExpression(Of GaugeTransformationType)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

StateIndicator Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel