Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the type of calculation to perform on the values represented by Value if more than one value is present.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration GaugeInputValueFormulas
'Utilisation
Dim instance As GaugeInputValueFormulas
public enum GaugeInputValueFormulas
public enum class GaugeInputValueFormulas
type GaugeInputValueFormulas
public enum GaugeInputValueFormulas
Membres
| Nom de membre | Description | |
|---|---|---|
| Average | Calculate the average of the values. | |
| Integral | Calculate the integral of the values over a specified time interval. | |
| Linear | Apply a linear formula to the last value in the set of sorted values. | |
| Max | Calculate the maximum value. | |
| Median | Calculate the median value. | |
| Min | Calculate the minimum value. | |
| None | Calculate the last value in the sorted array of values. | |
| OpenClose | Calculate the minimum and maximum values. | |
| Percentile | Calculate the lower percentile and the higher percentile represented by two values. | |
| RateOfChange | Calculate the rate of change of the values over a specified time interval. | |
| Variance | Calculate the variance of the values. |
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering