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

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

    Property Value

    A OrderByCondition enumeration representing the condition of the parameter's values order.
    See Also