Udostępnij za pośrednictwem


Konstruktor SortEventArgs —

Constructs a new SortEventArgs object.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
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
)

Parametry

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

Zobacz też

Informacje

SortEventArgs Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms