Exemple #1
0
 internal ChartCellType EvaluateCellType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_chart, reportScopeInstance);
     return(EnumTranslator.TranslateChartCellType(context.ReportRuntime.EvaluateChartLegendCustomItemCellCellTypeExpression(this, m_chart.Name), context.ReportRuntime));
 }