Propriété ReportParameterInfo.Visible
Détermine si le paramètre peut être affiché dans l'interface utilisateur.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Property Visible As Boolean
Get
Friend Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
Valeur Boolean.
Notes
Si Visible a la valeur false, la propriété PromptUser est remplacée.
Si Visible a la valeur true, une invite s'affiche dans l'interface utilisateur si PromptUser a également la valeur true.