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.
The name of the textbox used to hide/unhide this report item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ToggleItem As String
Get
Set
'Usage
Dim instance As Visibility
Dim value As String
value = instance.ToggleItem
instance.ToggleItem = value
public string ToggleItem { get; set; }
public:
property String^ ToggleItem {
String^ get ();
void set (String^ value);
}
member ToggleItem : string with get, set
function get ToggleItem () : String
function set ToggleItem (value : String)
Property Value
Type: System.String
A string value.