Proprietà ReportParameterInfo.Visible
Determina se è possibile visualizzare il parametro nell'interfaccia utente.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Public Property Visible As Boolean
public bool Visible { get; internal set; }
public:
property bool Visible {
bool get ();
internal: void set (bool value);
}
member Visible : bool with get, internal set
function get Visible () : boolean
internal function set Visible (value : boolean)
Valore proprietà
Tipo: Boolean
Valore Boolean.
Note
Se la proprietà Visible è impostata su false, la proprietà PromptUser verrà ignorata.
Se la proprietà Visible è impostata su true, verrà visualizzato un messaggio di richiesta nell'interfaccia utente se anche la proprietà PromptUser è impostata su true.