Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / Running Property

In This Topic
    Running Property
    In This Topic
    Gets or sets a RunningEnum value determining the scope of the current aggregate: whether it is calculated over all records, or separately for each group.
    Syntax
    'Declaration
     
    Public Property Running As RunningEnum
    public RunningEnum Running {get; set;}
    See Also