GaugeInputValue.Formula Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.