共用方式為


GaugeInputValueInstance.Formula 屬性

Gets the calculated value of the Formula property in a GaugeInputValue class.

命名空間:  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
A GaugeInputValueFormulas value that represents the calculated value of the Formula property.

請參閱

參考

GaugeInputValueInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間