[]
Defines the sorting parameters.
public class SortDefinition : IScriptContextProvider
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. |
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. |
Name | Description |
---|---|
AssignFrom(SortDefinition) | Copies Expression and Direction properties from another SortDefinition object. (Note that the Owner property is not copied.) |