Condividi tramite


Proprietà TextBoxInstance.ToggleState

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ToggleState As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TextBoxInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering