Exemplo n.º 1
0
 public ChartThreeDProjectionModes EvaluateProjectionMode(IReportScopeInstance instance, OnDemandProcessingContext context)
 {
     context.SetupContext(this.m_chart, instance);
     return(EnumTranslator.TranslateChartThreeDProjectionMode(context.ReportRuntime.EvaluateChartThreeDPropertiesProjectionModeExpression(this, this.m_chart.Name, "ProjectionMode"), context.ReportRuntime));
 }