Exemplo n.º 1
0
 internal GaugeResizeModes EvaluateResizeMode(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeResizeModes(context.ReportRuntime.EvaluateGaugeLabelResizeModeExpression(this, m_gaugePanel.Name), context.ReportRuntime));
 }
 public GaugeResizeModes EvaluateResizeMode(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeResizeModes(context.ReportRuntime.EvaluateNumericIndicatorResizeModeExpression(this, base.m_gaugePanel.Name), context.ReportRuntime));
 }