GaugeInputValue.Formula Property

Definition

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::GaugeInputValueFormulas> ^ Formula { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::GaugeInputValueFormulas> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValueFormulas> Formula { get; }
member this.Formula : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValueFormulas>
Public ReadOnly Property Formula As ReportEnumProperty(Of GaugeInputValueFormulas)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to