SortEventArgs(String, SortOrder, Boolean) Constructor

Definition

public:
 SortEventArgs(System::String ^ sortId, Microsoft::Reporting::WebForms::SortOrder sortDirection, bool clearSort);
public SortEventArgs (string sortId, Microsoft.Reporting.WebForms.SortOrder sortDirection, bool clearSort);
new Microsoft.Reporting.WebForms.SortEventArgs : string * Microsoft.Reporting.WebForms.SortOrder * bool -> Microsoft.Reporting.WebForms.SortEventArgs
Public Sub New (sortId As String, sortDirection As SortOrder, clearSort As Boolean)

Parameters

sortId
String
sortDirection
SortOrder
clearSort
Boolean

Applies to