Compartir a través de


StateIndicatorInstance.TransformationType Propiedad

Gets the calculated value of the TransformationType property in a StateIndicator class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property TransformationType As GaugeTransformationType 
    Get
'Uso
Dim instance As StateIndicatorInstance 
Dim value As GaugeTransformationType 

value = instance.TransformationType
public GaugeTransformationType TransformationType { get; }
public:
property GaugeTransformationType TransformationType {
    GaugeTransformationType get ();
}
member TransformationType : GaugeTransformationType
function get TransformationType () : GaugeTransformationType

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeTransformationType
A GaugeTransformationType value that represents the calculated value of the TransformationType property.

Vea también

Referencia

StateIndicatorInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering