共用方式為


IsToggleChild 屬性

Indicates whether the data member can be made visible or invisible by toggling a different item.

命名空間:  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
A Boolean value. A true value indicates that the data member instance can be made visible or invisible by toggling a different item.