ToggleState 속성
Gets the current state of the toggle image on the TextBox.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property ToggleState As Boolean
Get
‘사용 방법
Dim instance As TextBoxInstance
Dim value As Boolean
value = instance.ToggleState
public bool ToggleState { get; }
public:
property bool ToggleState {
bool get ();
}
member ToggleState : bool
function get ToggleState () : boolean
속성 값
유형: System. . :: . .Boolean
true if the image is toggled on; otherwise, false.