Partager via


ReportViewer.ShowCredentialPrompts, propriété

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 (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Property ShowCredentialPrompts As Boolean
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 : 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

Microsoft.Reporting.WinForms, espace de noms