SortEventArgs.SortId Property 

Gets the unique identifier of the sort action.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SortId As String
Visual Basic (Usage)
Dim instance As SortEventArgs
Dim value As String

value = instance.SortId
C#
public string SortId { get; }
C++
public:
property String^ SortId {
	String^ get ();
}
J#
/** @property */
public String get_SortId ()
JScript
public function get SortId () : String

Property Value

A string containing the ID of the sort action.
See Also

Page view tracker