GaugeInputValueFormulas 枚举
Specifies the type of calculation to perform on the values represented by Value if more than one value is present.
命名空间: 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
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | Calculate the last value in the sorted array of values. | |
| Average | Calculate the average of the values. | |
| Linear | Apply a linear formula to the last value in the set of sorted values. | |
| Max | Calculate the maximum value. | |
| Min | Calculate the minimum value. | |
| Median | Calculate the median value. | |
| OpenClose | Calculate the minimum and maximum values. | |
| Percentile | Calculate the lower percentile and the higher percentile represented by two values. | |
| Variance | Calculate the variance of the values. | |
| RateOfChange | Calculate the rate of change of the values over a specified time interval. | |
| Integral | Calculate the integral of the values over a specified time interval. |