Partager via


Propriété TransformationType

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

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