HasToggle 속성
Gets a value that indicates whether the report definition defines a toggle item for this report item.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.