ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / OrderBy Class / Direction Property

In This Topic
    Direction Property (OrderBy)
    In This Topic
    Gets or sets the direction of the order.
    Syntax
    'Declaration
     
    Public Property Direction As OrderByDirection
    public OrderByDirection Direction {get; set;}

    Property Value

    A OrderByDirection enumeration representing the direction of the parameter's values order.
    See Also