public ChartIntervalType EvaluateIntervalOffsetType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_chart, reportScopeInstance);
     return(EnumTranslator.TranslateChartIntervalType(context.ReportRuntime.EvaluateChartStripLineIntervalOffsetTypeExpression(this, base.m_chart.Name), context.ReportRuntime));
 }
Пример #2
0
 internal ChartIntervalType EvaluateStripWidthType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_chart, reportScopeInstance);
     return(EnumTranslator.TranslateChartIntervalType(context.ReportRuntime.EvaluateChartStripLineStripWidthTypeExpression(this, m_chart.Name), context.ReportRuntime));
 }
Пример #3
0
 internal ChartIntervalType EvaluateIntervalOffsetType(IReportScopeInstance instance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_chart, instance);
     return(EnumTranslator.TranslateChartIntervalType(context.ReportRuntime.EvaluateChartGridLinesIntervalOffsetTypeExpression(this, m_chart.Name, "IntervalOffsetType"), context.ReportRuntime));
 }