Compartir a través de


GaugeInputValue.Formula Propiedad

Gets the type of calculation to perform on the values, if more than one is present.

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

GaugeInputValue Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering