共用方式為


StateIndicator.TransformationType 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property TransformationType As ReportEnumProperty(Of GaugeTransformationType)
    Get
'用途
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>

屬性值

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

請參閱

參考

StateIndicator 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間