Compartir a través de


StateIndicator.TransformationType Propiedad

Indicates whether to transform the input value to a percentage value.

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

Sintaxis

'Declaración
Public ReadOnly Property TransformationType As ReportEnumProperty(Of GaugeTransformationType)
    Get
'Uso
Dim instance As StateIndicator 
Dim value As ReportEnumProperty(Of GaugeTransformationType)

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTransformationType>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

StateIndicator Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering