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 or sets the initial state of a toggling image should one be displayed as a part of the text box.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ToggleImage As ToggleImage
Get
Set
'Usage
Dim instance As Textbox
Dim value As ToggleImage
value = instance.ToggleImage
instance.ToggleImage = value
public ToggleImage ToggleImage { get; set; }
public:
property ToggleImage^ ToggleImage {
ToggleImage^ get ();
void set (ToggleImage^ value);
}
member ToggleImage : ToggleImage with get, set
function get ToggleImage () : ToggleImage
function set ToggleImage (value : ToggleImage)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ToggleImage
The initial state of a toggling image should one be displayed as a part of the text box.