다음을 통해 공유


CustomReportItem.IsToggleChild 속성

Gets a value that 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.

참고 항목

참조

CustomReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스