Пример #1
0
 public ChartMarkerTypes EvaluateChartMarkerType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(this.InstancePath, reportScopeInstance);
     return(EnumTranslator.TranslateChartMarkerType(context.ReportRuntime.EvaluateChartMarkerType(this, base.m_chart.Name), context.ReportRuntime));
 }