ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CategoryGroupingCollection Class / AddRange Method
The CategoryGroupingCollection to add to the current collection.

In This Topic
    AddRange Method (CategoryGroupingCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of CategoryGrouping) _
    ) 
    public void AddRange( 
       IEnumerable<CategoryGrouping> collection
    )

    Parameters

    collection
    The CategoryGroupingCollection to add to the current collection.
    See Also