Proprietà ReportViewer.ShowPromptAreaButton
Ottiene o imposta un valore che indica se il pulsante che consente di mostrare o comprimere l'area dei messaggi di richiesta è visibile sulla barra di divisione.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
[WebBrowsableAttribute(true)]
public bool ShowPromptAreaButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowPromptAreaButton {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowPromptAreaButton : bool with get, set
function get ShowPromptAreaButton () : boolean
function set ShowPromptAreaButton (value : boolean)
Valore proprietà
Tipo: Boolean
true se il pulsante è visibile sulla barra di divisione. In caso contrario false.Il valore predefinito è true.