ReportViewer.PromptAreaCollapsed Property

Gets or sets the collapsed state of the parameter prompt area or the credentials prompt area.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(False)> _
Public Property PromptAreaCollapsed As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.PromptAreaCollapsed

instance.PromptAreaCollapsed = value
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute(false)] 
public bool PromptAreaCollapsed { get; set; }
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Appearance")] 
[DefaultValueAttribute(false)] 
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

true if the prompt area is collapsed; otherwise, false. The default is false.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace