Exemplo n.º 1
0
 public ChartCalloutLineAnchor EvaluateCalloutLineAnchor(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(this.InstancePath, reportScopeInstance);
     return(EnumTranslator.TranslateChartCalloutLineAnchor(context.ReportRuntime.EvaluateChartSmartLabelCalloutLineAnchorExpression(this, this.m_chart.Name), context.ReportRuntime));
 }