次の方法で共有


TextBoxInstance.SortState プロパティ

TextBox の並べ替えオプションの現在の状態を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property SortState As SortOptions 
    Get
'使用
Dim instance As TextBoxInstance 
Dim value As SortOptions 

value = instance.SortState
public SortOptions SortState { get; }
public:
property SortOptions SortState {
    SortOptions get ();
}
member SortState : SortOptions
function get SortState () : SortOptions

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.SortOptions
TextBox の並べ替えオプションの現在の状態を表す SortOptions 値。

関連項目

参照

TextBoxInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間