Partilhar via


Propriedade do RDL StateIndicatorInstance.TransformationType

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

StateIndicatorInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering