Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Tools and Features
SortEventArgs Class
 SortId Property

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
SortEventArgs.SortId Property 

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
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.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker