Ejemplo n.º 1
0
 public ChartCalloutStyle EvaluateCalloutStyle(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(this.InstancePath, reportScopeInstance);
     return(EnumTranslator.TranslateChartCalloutStyle(context.ReportRuntime.EvaluateChartSmartLabelCalloutStyleExpression(this, this.m_chart.Name), context.ReportRuntime));
 }