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.
Collapses or restores the ReportViewer control's prompt area.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(False)> _
<CategoryAttribute("Appearance")> _
Public Property PromptAreaCollapsed As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.PromptAreaCollapsed
instance.PromptAreaCollapsed = value
[DefaultValueAttribute(false)]
[CategoryAttribute("Appearance")]
public bool PromptAreaCollapsed { get; set; }
[DefaultValueAttribute(false)]
[CategoryAttribute(L"Appearance")]
public:
property bool PromptAreaCollapsed {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_PromptAreaCollapsed ()
/** @property */
public void set_PromptAreaCollapsed (boolean value)
public function get PromptAreaCollapsed () : boolean
public function set PromptAreaCollapsed (value : boolean)
Property Value
A Boolean value indicating the state of the prompt area. The default value is false.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace