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

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

    Parameters

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