Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current state of the toggle image on the TextBox.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ToggleState As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the image is toggled on; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace