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
    Get
    Friend Set
'Utilizzo
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Visible
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: System.Boolean
Valore Boolean.

Osservazioni

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.

Vedere anche

Riferimento

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms