ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / IC1ReportRecordset Interface / ApplySort Method
Sort string.

In This Topic
    ApplySort Method
    In This Topic
    Applies a sort string. See the System.Data.DataView.Sort property for details.
    Syntax
    'Declaration
     
    Sub ApplySort( _
       ByVal sort As System.String _
    ) 
    void ApplySort( 
       System.string sort
    )

    Parameters

    sort
    Sort string.
    See Also