New to Telerik ReportingStart a free 30-day trial

Represents a processed interactive action that has toggled sorting of one or more data items and groups.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class SortingAction : ProcessingIdentifierAction, IAction, IAction

Inheritance: objectActionBaseProcessingIdentifierActionSortingAction

Implements: IActionIAction

Inherited Members ProcessingIdentifierAction.ToString()ProcessingIdentifierAction.Equals(ProcessingIdentifierAction)ProcessingIdentifierAction.TargetsProcessingIdentifierAction.StateActionBase.ReportItemName

Properties

Gets an expression that defines the action sorting.

C#
public string SortingExpression { get; }

Gets the currently applied SortingOrder from the action.

C#
public SortingOrder SortingOrder { get; }

Methods

Internal use only

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: ProcessingIdentifierAction.Equals(object)

Internal use only

C#
public override int GetHashCode()
Returns:

int

Overrides: ProcessingIdentifierAction.GetHashCode()