コード例 #1
0
 public GaugeLabelPlacements EvaluatePlacement(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeLabelPlacements(context.ReportRuntime.EvaluateScaleLabelsPlacementExpression(this, base.m_gaugePanel.Name), context.ReportRuntime));
 }
コード例 #2
0
 internal GaugeLabelPlacements EvaluatePlacement(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeLabelPlacements(context.ReportRuntime.EvaluateTickMarkStylePlacementExpression(this, m_gaugePanel.Name), context.ReportRuntime));
 }