Beispiel #1
0
 public ChartCalloutLineStyle EvaluateCalloutLineStyle(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(this.InstancePath, reportScopeInstance);
     return(EnumTranslator.TranslateChartCalloutLineStyle(context.ReportRuntime.EvaluateChartSmartLabelCalloutLineStyleExpression(this, this.m_chart.Name), context.ReportRuntime));
 }