Exemplo n.º 1
0
 internal ChartSeriesType EvaluateType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(this, reportScopeInstance);
     return(EnumTranslator.TranslateChartSeriesType(context.ReportRuntime.EvaluateChartSeriesTypeExpression(this, m_chart.Name), context.ReportRuntime));
 }