ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / AddRange Method
The ReportItemCollection object to add.

In This Topic
    AddRange Method (ReportItemCollection)
    In This Topic
    Adds a ReportItemCollection to the existing ReportItemCollection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of ReportItem) _
    ) 
    public void AddRange( 
       IEnumerable<ReportItem> collection
    )

    Parameters

    collection
    The ReportItemCollection object to add.
    See Also