Partager via


ReportViewer.PromptAreaCollapsed, propriété

Obtient ou définit l'état réduit de la zone de message relative aux paramètres ou aux informations d'identification.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<WebBrowsableAttribute(True)> _
Public Property PromptAreaCollapsed As Boolean
[WebBrowsableAttribute(true)]
public bool PromptAreaCollapsed { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool PromptAreaCollapsed {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member PromptAreaCollapsed : bool with get, set
function get PromptAreaCollapsed () : boolean
function set PromptAreaCollapsed (value : boolean)

Valeur de propriété

Type : Boolean
true si la zone de message est réduite ; false dans le cas contraire.La valeur par défaut est False.

Voir aussi

Référence

ReportViewer Classe

Microsoft.Reporting.WebForms, espace de noms