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

In This Topic
    Aggregates Property
    In This Topic
    Gets the collection of named Aggregate objects defined on the current data schema.
    Syntax
    'Declaration
     
    Public ReadOnly Property Aggregates As AggregateCollection
    public AggregateCollection Aggregates {get;}
    See Also