共用方式為


GaugeInputValue.Formula 屬性

Gets the 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>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeInputValueFormulas>
A ReportEnumProperty<EnumType> object.

請參閱

參考

GaugeInputValue 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間