次の方法で共有


GaugeInputValueFormulas 列挙体

Value が表す値に複数の値が存在する場合に実行する計算の種類を指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Enumeration GaugeInputValueFormulas
'使用
Dim instance As GaugeInputValueFormulas
public enum GaugeInputValueFormulas
public enum class GaugeInputValueFormulas
type GaugeInputValueFormulas
public enum GaugeInputValueFormulas

メンバー

メンバー名 説明
Average 値の平均を計算します。
Integral 指定された期間の積分値を計算します。
Linear 並べ替えられた値セットの最後の値に一次式を適用します。
Max 最大値を計算します。
Median 中央値を計算します。
Min 最小値を計算します。
None 並べ替えられた値の配列の最後の値を計算します。
OpenClose 最大値と最小値を計算します。
Percentile 2 つの値により表される低い百分位数と高い百分位数を計算します。
RateOfChange 指定された期間にわたって値の変化率を計算します。
Variance 値の分散を計算します。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間