Пример #1
0
 public GaugeCapStyles EvaluateCapStyle(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeCapStyles(context.ReportRuntime.EvaluatePointerCapCapStyleExpression(this, base.m_gaugePanel.Name), context.ReportRuntime));
 }