共用方式為


StateIndicatorInstance.TransformationType 屬性

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

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

語法

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

屬性值

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

請參閱

參考

StateIndicatorInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間