ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _AggregateTransformOption Class / aggregate Property

In This Topic
    aggregate Property (_AggregateTransformOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property aggregate As List(Of IAggregateOption)
    public List<IAggregateOption> aggregate {get; set;}
    See Also