ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SortByCollection Class
Members

In This Topic
    SortByCollection Class
    In This Topic
    Provides a strongly typed collection for SortBy objects.
    Object Model
    SortByCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class SortByCollection 
       Inherits System.Collections.ObjectModel.Collection(Of SortBy)
       Implements IValidateable 
    public sealed class SortByCollection : System.Collections.ObjectModel.Collection<SortBy>, IValidateable  
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          GrapeCity.ActiveReports.PageReportModel.SortByCollection

    See Also