다음을 통해 공유


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 네임스페이스