ActiveReports Developer 7
AddRange Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataGroupingCollection Class : AddRange Method

collection
The DataGroupingCollection from which to add elements.

Glossary Item Box

Adds the elements of the specified DataGroupingCollection to the current DataGroupingCollection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal collection As DataGroupingCollection _
) 
C# 
public void AddRange( 
   DataGroupingCollection collection
)

Parameters

collection
The DataGroupingCollection from which to add elements.

See Also