[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.OrderBy

OrderBy Class

Represents an order for the parameter values.

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

Constructors

Name Description
OrderBy()

Initializes a new instance of the OrderBy class.

Properties

Name Description
Condition

Gets or sets a condition of the order.

Direction

Gets or sets a direction of the order.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Extension Methods