Compartir a través de


SortEventArgs (Constructor)

Construye un nuevo objeto SortEventArgs.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
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
    Id. de la acción de ordenación.
  • clearSort
    Tipo: Boolean
    Un valor booleano que indica si se deben borrar todas las ordenaciones existentes.El valor predeterminado es false.

Vea también

Referencia

SortEventArgs Clase

Microsoft.Reporting.WebForms (Espacio de nombres)