Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the unique identifier of the sort action.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace