Gets the unique identifier of the sort action.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Visual Basic (Declaration)
Public ReadOnly Property SortId As String
Dim instance As SortEventArgs
Dim value As String
value = instance.SortId
public string SortId { get; }
public:
property String^ SortId {
String^ get ();
}
/** @property */
public String get_SortId ()
public function get SortId () : String
Property Value
A string containing the ID of the sort action.