Propriedade SortEventArgs.SortId
Gets the unique identifier of the sort action.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property SortId As String
public string SortId { get; }
public:
property String^ SortId {
String^ get ();
}
member SortId : string with get
function get SortId () : String
Valor de propriedade
Tipo: String
A String containing the ID of the sort action.