Classe ReportExpression.Functions
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Functions
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Functions
'Utilizzo
public static class Functions
public ref class Functions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Functions = class end
public final class Functions
Nel tipo ReportExpression.Functions sono esposti i membri seguenti.
Campi
Nome | Descrizione | |
---|---|---|
Aggregate | The Aggregate function. | |
AllAggregateFunctions | The AllAggregateFunctions. | |
Avg | The Avg function. | |
Count | The Count function. | |
CountDistinct | The CountDistinct function. | |
CountRows | The CountRows function. | |
First | The First function. | |
Last | The Last function. | |
Max | The Max function. | |
Min | The Min function. | |
Previous | The Previous function. | |
RowNumber | The RowNumber function. | |
RunningValue | The RunningValue function. | |
StDev | The StDev function. | |
StDevP | The StDevP function. | |
Sum | The Sum function. | |
Var | The Var function. | |
VarP | The VarP function. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.