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

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

    Parameters

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