Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / SortExpression Class / Value Property

In This Topic
    Value Property (SortExpression)
    In This Topic
    Gets or sets the value to sort by.

    RunningValue and RowNumber functions are not allowed in SortExpression.

    References to ReportItem objects are not allowed.

    Syntax
    'Declaration
     
    Public Property Value As RdlObject
    public RdlObject Value {get; set;}
    See Also