Поделиться через


Свойство TextBoxInstance.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.

См. также

Справочник

TextBoxInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering