Campo ReportExpression.Functions.AllAggregateFunctions
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
The AllAggregateFunctions.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly AllAggregateFunctions As ReadOnlyCollection(Of String)
'Utilizzo
Dim value As ReadOnlyCollection(Of String)
value = ReportExpression.Functions.AllAggregateFunctions
public static readonly ReadOnlyCollection<string> AllAggregateFunctions
public:
static initonly ReadOnlyCollection<String^>^ AllAggregateFunctions
static val AllAggregateFunctions: ReadOnlyCollection<string>
public static final var AllAggregateFunctions : ReadOnlyCollection<String>