Beispiel #1
0
 public GaugeFrameShapes EvaluateFrameShape(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context)
 {
     context.SetupContext(base.m_gaugePanel, reportScopeInstance);
     return(EnumTranslator.TranslateGaugeFrameShapes(context.ReportRuntime.EvaluateBackFrameFrameShapeExpression(this, base.m_gaugePanel.Name), context.ReportRuntime));
 }