public bool EvaluateHideInLegend(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(this, reportScopeInstance); return(context.ReportRuntime.EvaluateChartSeriesHideInLegendExpression(this, this.m_chart.Name)); }
public int EvaluateTextWrapThreshold(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendTextWrapThresholdExpression(this, base.m_chart.Name, "TextWrapThreshold")); }
internal double EvaluateHeight(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_map, reportScopeInstance); return(context.ReportRuntime.EvaluateMapSizeHeightExpression(this, m_map.Name)); }
public string EvaluateInterlacedRowsColor(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendInterlacedRowsColorExpression(this, base.m_chart.Name, "InterlacedRowsColor")); }
public ChartAutoBool EvaluateReversed(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(EnumTranslator.TranslateChartAutoBool(context.ReportRuntime.EvaluateChartLegendReversedExpression(this, base.m_chart.Name), context.ReportRuntime)); }
public bool EvaluateDockOutsideChartArea(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendDockOutsideChartAreaExpression(this, base.m_chart.Name, "DockOutsideChartArea")); }
public ChartSeparators EvaluateColumnSeparator(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(EnumTranslator.TranslateChartSeparator(context.ReportRuntime.EvaluateChartLegendColumnSeparatorExpression(this, base.m_chart.Name, "ColumnSeparator"), context.ReportRuntime)); }
public double EvaluateIntervalOffset(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_gaugePanel, reportScopeInstance); return(context.ReportRuntime.EvaluateGaugeTickMarksIntervalOffsetExpression(this, base.m_gaugePanel.Name)); }
public AspNetCore.ReportingServices.RdlExpressions.VariantResult EvaluateAxisLabel(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(this, reportScopeInstance); return(context.ReportRuntime.EvaluateChartDataPointAxisLabelExpression(this, base.m_dataRegionDef.Name)); }
internal Microsoft.ReportingServices.RdlExpressions.VariantResult EvaluateHighlightSize(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_dataPoint, reportScopeInstance); return(context.ReportRuntime.EvaluateChartDataPointValuesHighlightSizeExpression(m_dataPoint, m_chart.Name)); }
internal string EvaluateCurrencyLanguageSize(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_dataPoint, reportScopeInstance); return(context.ReportRuntime.EvaluateChartDataPointValuesCurrencyLanguageSizeExpression(m_dataPoint, m_chart.Name)); }
public string EvaluateColor(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(this.m_map, reportScopeInstance); return(context.ReportRuntime.EvaluateMapCustomColorColorExpression(this, this.m_map.Name)); }
public string EvaluateColor(IReportScopeInstance instance, OnDemandProcessingContext context) { context.SetupContext(this.m_chart, instance); return(context.ReportRuntime.EvaluateChartCustomPaletteColorExpression(this, this.m_chart.Name)); }
internal string EvaluateEndSize(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_map, reportScopeInstance); return(context.ReportRuntime.EvaluateMapSizeRuleEndSizeExpression(this, m_map.Name)); }
public bool EvaluateHidden(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendHiddenExpression(this, base.m_chart.Name, "Hidden")); }
public AspNetCore.ReportingServices.OnDemandReportRendering.Image.SourceType EvaluateSource(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(this.m_map, reportScopeInstance); return(EnumTranslator.TranslateImageSourceType(context.ReportRuntime.EvaluateMapMarkerImageSourceExpression(this, this.m_map.Name), context.ReportRuntime)); }
public ChartLegendLayouts EvaluateLayout(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(EnumTranslator.TranslateChartLegendLayout(context.ReportRuntime.EvaluateChartLegendLayoutExpression(this, base.m_chart.Name, "Layout"), context.ReportRuntime)); }
public string EvaluateStringValue(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context, out bool errorOccurred) { context.SetupContext(this.m_map, reportScopeInstance); return(context.ReportRuntime.EvaluateMapMarkerImageStringValueExpression(this, this.m_map.Name, out errorOccurred)); }
public bool EvaluateAutoFitTextDisabled(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendAutoFitTextDisabledExpression(this, base.m_chart.Name, "AutoFitTextDisabled")); }
public byte[] EvaluateBinaryValue(IReportScopeInstance romInstance, OnDemandProcessingContext context, out bool errOccurred) { context.SetupContext(this.m_map, romInstance); return(context.ReportRuntime.EvaluateMapMarkerImageBinaryValueExpression(this, this.m_map.Name, out errOccurred)); }
public int EvaluateColumnSpacing(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendColumnSpacingExpression(this, base.m_chart.Name, "ColumnSpacing")); }
public string EvaluateTransparentColor(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(this.m_map, reportScopeInstance); return(context.ReportRuntime.EvaluateMapMarkerImageTransparentColorExpression(this, this.m_map.Name)); }
public bool EvaluateEquallySpacedItems(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendEquallySpacedItemsExpression(this, base.m_chart.Name, "EquallySpacedItems")); }
public MapResizeMode EvaluateResizeMode(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(this.m_map, reportScopeInstance); return(EnumTranslator.TranslateMapResizeMode(context.ReportRuntime.EvaluateMapMarkerImageResizeModeExpression(this, this.m_map.Name), context.ReportRuntime)); }
public int EvaluateMaxAutoSize(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_chart, reportScopeInstance); return(context.ReportRuntime.EvaluateChartLegendMaxAutoSizeExpression(this, base.m_chart.Name, "MaxAutoSize")); }
internal string EvaluateScaleBorderColor(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_map, reportScopeInstance); return(context.ReportRuntime.EvaluateMapDistanceScaleScaleBorderColorExpression(this, m_map.Name)); }
public double EvaluateSweepAngle(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(base.m_gaugePanel, reportScopeInstance); return(context.ReportRuntime.EvaluateRadialScaleSweepAngleExpression(this, base.m_gaugePanel.Name)); }
internal LinearPointerTypes EvaluateType(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_gaugePanel, reportScopeInstance); return(EnumTranslator.TranslateLinearPointerTypes(context.ReportRuntime.EvaluateLinearPointerTypeExpression(this, m_gaugePanel.Name), context.ReportRuntime)); }
internal Unit EvaluateUnit(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(m_map, reportScopeInstance); return(EnumTranslator.TranslateUnit(context.ReportRuntime.EvaluateMapSizeUnitExpression(this, m_map.Name), context.ReportRuntime)); }
public string EvaluateCategoryAxisName(IReportScopeInstance reportScopeInstance, OnDemandProcessingContext context) { context.SetupContext(this, reportScopeInstance); return(context.ReportRuntime.EvaluateChartSeriesCategoryAxisNameExpression(this, this.m_chart.Name)); }