次の方法で共有


IsSimple プロパティ

単純なテキスト ボックスかどうかを示す Boolean 値を取得します。

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

構文

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

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

プロパティ値

型: System. . :: . .Boolean
単純なテキスト ボックスである場合は true、そうでない場合は false。