public AspNetCore.ReportingServices.OnDemandReportRendering.Image.SourceType EvaluateSource(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_gaugePanel, reportScopeInstance); return(EnumTranslator.TranslateImageSourceType(context.ReportRuntime.EvaluateGaugeImageSourceExpression(this, base.m_gaugePanel.Name), context.ReportRuntime)); }
internal Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType EvaluateSource(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_map, reportScopeInstance); return(EnumTranslator.TranslateImageSourceType(context.ReportRuntime.EvaluateMapMarkerImageSourceExpression(this, m_map.Name), context.ReportRuntime)); }