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

collection
The SortByCollection to add to the current collection.

Glossary Item Box

Adds a SortByCollection to the existing SortByCollection.

Syntax

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

Parameters

collection
The SortByCollection to add to the current collection.

See Also