internal GaugeInputValueFormulas EvaluateFormula(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     Global.Tracer.Assert(m_gaugePanel.GaugeRow != null && m_gaugePanel.GaugeRow.GaugeCell != null);
     context.SetupContext(m_gaugePanel.GaugeRow.GaugeCell, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeInputValueFormulas(context.ReportRuntime.EvaluateGaugeInputValueFormulaExpression(this, m_gaugePanel.Name), context.ReportRuntime));
 }