ActiveReports 12
AddRange Method (StaticMemberCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StaticMemberCollection Class : AddRange Method
The StaticMemberCollection to add to the current collection.
Adds a StaticMemberCollection to the existing StaticMemberCollection.
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

Reference

StaticMemberCollection Class
StaticMemberCollection Members