Condividi tramite


Proprietà ReportViewer.PromptAreaCollapsed

Recupera o imposta lo stato di compressione dell'area dei messaggi di richiesta per i parametri o dell'area dei messaggi di richiesta per le credenziali.

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

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property PromptAreaCollapsed As Boolean
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.PromptAreaCollapsed

instance.PromptAreaCollapsed = value
[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)

Valore proprietà

Tipo: System.Boolean
true se l'area dei messaggi di richiesta è compressa. In caso contrario false. Il valore predefinito è false.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms