ActiveReports 12
AddRange Method (SortByCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > SortByCollection Class : AddRange Method
The sort by items to be added.
Adds a SortByCollection to the existing SortByCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items As IEnumerable(Of SortBy) _
) 
public void AddRange( 
   IEnumerable<SortBy> items
)

Parameters

items
The sort by items to be added.
See Also

Reference

SortByCollection Class
SortByCollection Members