ActiveReports 9
AddRange Method (SortByCollection)

The sort by items to be added.
Adds a SortByCollection to the existing SortByCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items As System.Collections.Generic.IEnumerable(Of SortBy) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<SortBy> items
)

Parameters

items
The sort by items to be added.
See Also

Reference

SortByCollection Class
SortByCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum