ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / AggregateFunctions Class / Parse Method
Aggregate function name

In This Topic
    Parse Method (AggregateFunctions)
    In This Topic
    Gets AggregateFunction by name
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal name As String _
    ) As AggregateFunction
    public static AggregateFunction Parse( 
       string name
    )

    Parameters

    name
    Aggregate function name

    Return Value

    AggregateFunction by name
    See Also