Compartir a través de


ToggleState Propiedad

Gets the current state of the toggle image on the TextBox.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ToggleState As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the image is toggled on; otherwise, false.