ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / Aggregate Structure / IsSingleArgument Property

In This Topic
    IsSingleArgument Property
    In This Topic
    Returns True if the aggregate function requires single argument.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSingleArgument As Boolean
    public bool IsSingleArgument {get;}
    Remarks
    This getter is used in CumulativeTotalImp in ar.core
    See Also