ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Object
    public System.object Value {get;}
    See Also