StateIndicator.TransformationType 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets a value that indicates whether to transform the input value to a percentage value.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property TransformationType As ReportExpression(Of GaugeTransformationType)
    Get 
    Set
用法
Dim instance As StateIndicator 
Dim value As ReportExpression(Of GaugeTransformationType)

value = instance.TransformationType

instance.TransformationType = value
public ReportExpression<GaugeTransformationType> TransformationType { get; set; }
public:
property ReportExpression<GaugeTransformationType> TransformationType {
    ReportExpression<GaugeTransformationType> get ();
    void set (ReportExpression<GaugeTransformationType> value);
}
member TransformationType : ReportExpression<GaugeTransformationType> with get, set
function get TransformationType () : ReportExpression<GaugeTransformationType>
function set TransformationType (value : ReportExpression<GaugeTransformationType>)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GaugeTransformationType>
A ReportExpression<T> object.

请参阅

参考

StateIndicator 类

Microsoft.ReportingServices.RdlObjectModel 命名空间