コード例 #1
0
 internal GaugeTransformationType EvaluateTransformationType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeTransformationType(context.ReportRuntime.EvaluateStateIndicatorTransformationTypeExpression(this, m_gaugePanel.Name), context.ReportRuntime));
 }