Właściwość TextBoxInstance.ToggleState
Pobiera bieżący stan obrazu Przełącz TextBox.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ToggleState As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
TRUE obrazu jest zmieniana; w przeciwnym razie false.
Zobacz także