Condividi tramite


Proprietà GaugeInputValueInstance.Formula

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Formula As GaugeInputValueFormulas 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValueFormulas
A GaugeInputValueFormulas value that represents the calculated value of the Formula property.

Vedere anche

Riferimento

GaugeInputValueInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering