Share via


ReportItem.HasToggle 속성

Gets a value that indicates whether the report definition defines a toggle item for this report item.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property HasToggle As Boolean 
    Get
‘사용 방법
Dim instance As ReportItem 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스