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

In This Topic
    State Property (Aggregate)
    In This Topic
    Variant-based aggregate state representation. This state can be used with Create(AggregateFunction,Variant[]) method.
    Syntax
    'Declaration
     
    Public ReadOnly Property State As Variant()
    public Variant[] State {get;}
    See Also