[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.UserSort

UserSort Class

Represents an object that provides sort information to the end-user within the TextBox UI.

Inheritance
UserSort
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class UserSort : IValidateable

Constructors

Name Description
UserSort()

Initializes a new instance of the UserSort class.

Properties

Name Description
SortExpression

Gets or sets the expression used for sorting.

SortExpressionScope

Gets or sets the scope within which SortExpression is evaluated.

SortTarget

Gets or sets the name of the data region, grouping, or dataset to which the sort is applied.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the UserSort object.

Extension Methods