Visibility.ToggleItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the textbox used to hide/unhide this report item.
public:
abstract property System::String ^ ToggleItem { System::String ^ get(); };
public abstract string ToggleItem { get; }
member this.ToggleItem : string
Public MustOverride ReadOnly Property ToggleItem As String
Property Value
A string
value that represents the name of the textbox used to hide/unhide this report item.