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 Prompt Area button is visible.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<CategoryAttribute("Toolbar")> _
<DefaultValueAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPromptAreaButton
instance.ShowPromptAreaButton = value
[CategoryAttribute("Toolbar")]
[DefaultValueAttribute(true)]
public bool ShowPromptAreaButton { get; set; }
[CategoryAttribute(L"Toolbar")]
[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
A Boolean value. The default value is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace