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
public bool ShowPromptAreaButton { get; set; }
public:
property bool ShowPromptAreaButton {
bool get();
void set(bool value);
}
member ShowPromptAreaButton : bool with get, set
Public Property ShowPromptAreaButton As Boolean
Property Value
Type: System.Boolean
true if the button is visible on the split bar; otherwise, false. The default is true.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top