MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / AggregateFunctions Class / Name Method
Aggregate function

In This Topic
Name Method
In This Topic
Gets name of the given AggregateFunction
Syntax
'Declaration
 
Public Shared Function Name( _
   ByVal f As AggregateFunction _
) As String
 

Parameters

f
Aggregate function

Return Value

name of the given AggregateFunction
See Also