次の方法で共有


TextBox.CanSort プロパティ

テキスト ボックスを並べ替えることができるかどうかを示す Boolean 値を取得します。

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

構文

'宣言
Public ReadOnly Property CanSort As Boolean 
    Get
'使用
Dim instance As TextBox 
Dim value As Boolean 

value = instance.CanSort
public bool CanSort { get; }
public:
property bool CanSort {
    bool get ();
}
member CanSort : bool
function get CanSort () : boolean

プロパティ値

型: System.Boolean
テキスト ボックスを並べ替えることができる場合は true、できない場合は false。

関連項目

参照

TextBox クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間