Compartir a través de


GaugeInputValueInstance.Formula Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Formula As GaugeInputValueFormulas 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

GaugeInputValueInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering