共用方式為


Group.IsToggleChild 屬性

Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item.

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

語法

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

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

屬性值

型別:System.Boolean
A Boolean value indicating whether the report item can be rendered visible or invisible through the control of another report item. A value of true is returned if the item can be toggled, or false if it cannot be toggled.

請參閱

參考

Group 類別

Microsoft.ReportingServices.ReportRendering 命名空間