次の方法で共有


GaugeInputValue.Formula プロパティ

値が複数存在する場合に、値に対して実行する計算の種類を取得します。

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

構文

'宣言
Public ReadOnly Property Formula As ReportEnumProperty(Of GaugeInputValueFormulas)
    Get
'使用
Dim instance As GaugeInputValue 
Dim value As ReportEnumProperty(Of GaugeInputValueFormulas)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeInputValueFormulas>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

GaugeInputValue クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間