[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.SortByCollection

SortByCollection Class

Represents a strongly typed collection of SortBy objects.

Inheritance
SortByCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class SortByCollection : Collection<SortBy>, IList<SortBy>, ICollection<SortBy>, IList, ICollection, IReadOnlyList<SortBy>, IReadOnlyCollection<SortBy>, IEnumerable<SortBy>, IEnumerable, IValidateable

Constructors

Name Description
SortByCollection()

Initializes a new instance of the SortByCollection class.

Methods

Name Description
AddRange(IEnumerable<SortBy>)

Adds a collection of SortBy objects to the existing SortByCollection.

ToArray()

Copies the elements of the SortByCollection to a new array.

Validate(ValidationContext)

Validates the current state of the SortByCollection object.

Extension Methods