次の方法で共有


GaugeInputValueInstance.Formula プロパティ

GaugeInputValue クラスの Formula プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Formula As GaugeInputValueFormulas 
    Get
'使用
Dim instance As GaugeInputValueInstance 
Dim value As GaugeInputValueFormulas 

value = instance.Formula
public GaugeInputValueFormulas Formula { get; }
public:
property GaugeInputValueFormulas Formula {
    GaugeInputValueFormulas get ();
}
member Formula : GaugeInputValueFormulas
function get Formula () : GaugeInputValueFormulas

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValueFormulas
Formula プロパティの計算値を表す GaugeInputValueFormulas 値。

関連項目

参照

GaugeInputValueInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間