ActiveReports 12
Add Method (SortByCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > SortByCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds an object to the end of the Collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As SortBy _
) 
public void Add( 
   SortBy item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

SortByCollection Class
SortByCollection Members