Partilhar via


Construtor SortEventArgs

Constructs a SortEventArgs object.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public Sub New ( _
    sortId As String, _
    sortDirection As SortOrder, _
    clearSort As Boolean _
)
public SortEventArgs(
    string sortId,
    SortOrder sortDirection,
    bool clearSort
)
public:
SortEventArgs(
    String^ sortId, 
    SortOrder sortDirection, 
    bool clearSort
)
new : 
        sortId:string * 
        sortDirection:SortOrder * 
        clearSort:bool -> SortEventArgs
public function SortEventArgs(
    sortId : String, 
    sortDirection : SortOrder, 
    clearSort : boolean
)

Parâmetros

  • sortId
    Tipo: String
    The ID of the sort action.
  • clearSort
    Tipo: Boolean
    A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.

Consulte também

Referência

SortEventArgs Classe

Namespace Microsoft.Reporting.WinForms