次の方法で共有


TextBoxInstance.IsToggleParent プロパティ

TextBox クラスの IsToggleParent プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property IsToggleParent As Boolean 
    Get
'使用
Dim instance As TextBoxInstance 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
IsToggleParent プロパティの計算値を表す Boolean 値。

関連項目

参照

TextBoxInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間