[]
        
(Showing Draft Content)

C1.Report.SortDefinition

SortDefinition Class

Defines the sorting parameters.

Inheritance
SortDefinition
Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public class SortDefinition : IScriptContextProvider

Constructors

Name Description
SortDefinition()

Initializes a new instance of the SortDefinition class.

SortDefinition(string, SortDirection)

Initializes a new instance of the SortDefinition class, specifying the sort expression and direction.

Properties

Name Description
Direction

Gets or sets the sort direction.

Expression

Gets the string defining the sort expression.

Owner

Gets the SortDefinitionCollection collection containing this object.

ParentReport

Gets the FlexReport containing this object.

Methods

Name Description
AssignFrom(SortDefinition)

Copies Expression and Direction properties from another SortDefinition object. (Note that the Owner property is not copied.)