Partager via


Propriété ReportViewer.ShowCredentialPrompts

Indique si des invites s'affichent pour demander les informations d'identification de l'utilisateur.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Property ShowCredentialPrompts As Boolean
    Get
    Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowCredentialPrompts

instance.ShowCredentialPrompts = value
public bool ShowCredentialPrompts { get; set; }
public:
property bool ShowCredentialPrompts {
    bool get ();
    void set (bool value);
}
member ShowCredentialPrompts : bool with get, set
function get ShowCredentialPrompts () : boolean
function set ShowCredentialPrompts (value : boolean)

Valeur de propriété

Type : System.Boolean
Valeur Boolean. La valeur par défaut est true.

Notes

Cette propriété est ignorée si ProcessingMode a la valeur Local.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WinForms