共用方式為


IsToggleChild 屬性

Indicates whether this item can be made visible or invisible by toggling another item.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property IsToggleChild As Boolean
    Get
'用途
Dim instance As CustomReportItem
Dim value As Boolean

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

屬性值

型別:System. . :: . .Boolean
A Boolean value.