Sdílet prostřednictvím


ReportExpression.Functions.AllAggregateFunctions Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The AllAggregateFunctions.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared ReadOnly AllAggregateFunctions As ReadOnlyCollection(Of String)
'Usage
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>

See Also

Reference

ReportExpression.Functions Class

Microsoft.ReportingServices.RdlObjectModel Namespace