Exemple #1
0
 internal ChartLegendPositions EvaluatePosition(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_chart, reportScopeInstance);
     return(EnumTranslator.TranslateChartLegendPositions(context.ReportRuntime.EvaluateChartLegendPositionExpression(this, m_chart.Name, "Position"), context.ReportRuntime));
 }