public GaugeStateIndicatorStyles EvaluateIndicatorStyle(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(this.m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeStateIndicatorStyles(context.ReportRuntime.EvaluateIndicatorStateIndicatorStyleExpression(this, this.m_gaugePanel.Name), context.ReportRuntime));
 }