次の方法で共有


DataMember.IsToggleChild プロパティ

別のアイテムを切り替えることにより、データ メンバーの表示と非表示を切り替えられるかどうかを示します。

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

構文

'宣言
Public Overrides ReadOnly Property IsToggleChild As Boolean 
    Get
'使用
Dim instance As DataMember 
Dim value As Boolean 

value = instance.IsToggleChild
public override bool IsToggleChild { get; }
public:
virtual property bool IsToggleChild {
    bool get () override;
}
abstract IsToggleChild : bool 
override IsToggleChild : bool
override function get IsToggleChild () : boolean

プロパティ値

型: System.Boolean
Boolean 値です。値が true の場合、別のアイテムを切り替えることにより、データ メンバー インスタンスの表示と非表示を切り替えられます。

関連項目

参照

DataMember クラス

Microsoft.ReportingServices.ReportRendering 名前空間