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.
Indicates whether the button that shows and collapses the prompt area is visible on the split bar.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPromptAreaButton
instance.ShowPromptAreaButton = value
[DefaultValueAttribute(true)]
public bool ShowPromptAreaButton { get; set; }
[DefaultValueAttribute(true)]
public:
property bool ShowPromptAreaButton {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowPromptAreaButton ()
/** @property */
public void set_ShowPromptAreaButton (boolean value)
public function get ShowPromptAreaButton () : boolean
public function set ShowPromptAreaButton (value : boolean)
Property Value
true if the button is visible on the split bar; otherwise, false. The default is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace