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.