TransformationType プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
入力値を割合値に変換するかどうかを示します。
名前空間: 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< (Of < ( <'GaugeTransformationType> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクト。