ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SortByCollection Class / AddRange Method
The sort by items to be added.

In This Topic
    AddRange Method (SortByCollection)
    In This Topic
    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