ReportViewer.PromptAreaCollapsed Property

 

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

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool PromptAreaCollapsed { get; set; }
public:
property bool PromptAreaCollapsed {
    bool get();
    void set(bool value);
}
member PromptAreaCollapsed : bool with get, set
Public Property PromptAreaCollapsed As Boolean

Property Value

Type: System.Boolean

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

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top