共用方式為


SortEventArgs.SortId 屬性

取得排序動作的唯一識別碼。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public ReadOnly Property SortId As String
    Get
'用途
Dim instance As SortEventArgs
Dim value As String

value = instance.SortId
public string SortId { get; }
public:
property String^ SortId {
    String^ get ();
}
member SortId : string
function get SortId () : String

屬性值

型別:System.String
包含排序動作識別碼的 string。

請參閱

參考

SortEventArgs 類別

Microsoft.Reporting.WebForms 命名空間