次の方法で共有


SortEventArgs.SortId プロパティ

並べ替えアクションの一意の識別子を取得します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

'宣言
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

プロパティ値

型 : String
並べ替えアクションの ID を示す文字列。

参照

関連項目

SortEventArgs クラス

Microsoft.Reporting.WinForms 名前空間