ReportViewer.ShowPromptAreaButton Property
Gets or sets a value that indicates whether the Prompt Area button is visible on the toolbar.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPromptAreaButton
instance.ShowPromptAreaButton = value
[WebBrowsableAttribute(true)]
[CategoryAttribute("ToolBar")]
[DefaultValueAttribute(true)]
public bool ShowPromptAreaButton { get; set; }
[WebBrowsableAttribute(true)]
[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
true if the Prompt Area button is visible on the toolbar; otherwise, false. The default is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace