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

In This Topic
    Value Property (Aggregate)
    In This Topic
    Gets the value of the current aggregate, calculating it if it has not been calculated yet (the calculated value is cached).
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    public object Value {get;}
    See Also