Propriedade do RDL TextBoxInstance.ToggleState
Gets the current state of the toggle image on the TextBox.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the image is toggled on; otherwise, false.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering