ComponentOne Reports for WPF
C1.C1Report Namespace / IC1ReportRecordset Interface / ApplySort Method
Sort string.

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

    Parameters

    sort
    Sort string.
    See Also