Proprietà ReportViewer.PromptAreaCollapsed

Comprime o ripristina l'area dei messaggi di richiesta del controllo ReportViewer.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
<SRDescriptionAttribute("PromptAreaCollapsedDesc")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(False)> _
Public Property PromptAreaCollapsed As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.PromptAreaCollapsed

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

Valore proprietà

Valore Boolean che indica lo stato dell'area dei messaggi di richiesta. Il valore predefinito è false.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms