예제 #1
0
 internal GaugeIndicatorStyles EvaluateIndicatorStyle(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeIndicatorStyles(context.ReportRuntime.EvaluateNumericIndicatorIndicatorStyleExpression(this, m_gaugePanel.Name), context.ReportRuntime));
 }