コード例 #1
0
 public ChartBorderSkinType EvaluateBorderSkinType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_chart, reportScopeInstance);
     return(EnumTranslator.TranslateChartBorderSkinType(context.ReportRuntime.EvaluateChartBorderSkinBorderSkinTypeExpression(this, base.m_chart.Name), context.ReportRuntime));
 }