Propriété ReportViewer.ShowCredentialPrompts
Obtient ou définit une valeur qui indique s'il convient d'afficher une invite pour les informations d'identification de l'utilisateur.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowCredentialPrompts As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowCredentialPrompts
instance.ShowCredentialPrompts = value
[WebBrowsableAttribute(true)]
public bool ShowCredentialPrompts { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowCredentialPrompts {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowCredentialPrompts : bool with get, set
function get ShowCredentialPrompts () : boolean
function set ShowCredentialPrompts (value : boolean)
Valeur de propriété
Type : System.Boolean
true si une invite est affichée pour la saisie des informations d'identification de l'utilisateur ; false dans le cas contraire. La valeur par défaut est true.
Notes
Cette propriété est ignorée si ProcessingMode a la valeur Local.