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
'Declaration
Public ReadOnly Property SortId As String
'Usage
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.
See Also
Reference
SortEventArgs Class
SortEventArgs Members
Microsoft.Reporting.WebForms Namespace