GaugeInputValue.Formula 属性

Type of calculation to perform on the values, if more than one is present.

命名空间:  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>