Propriété ReportViewer.ShowCredentialPrompts
Indique si des invites s'affichent pour demander les informations d'identification de l'utilisateur.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<SRDescriptionAttribute("ShowCredentialPromptsDesc")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowCredentialPrompts As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowCredentialPrompts
instance.ShowCredentialPrompts = value
[SRDescriptionAttribute("ShowCredentialPromptsDesc")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute("Appearance")]
public bool ShowCredentialPrompts { get; set; }
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"Appearance")]
public:
bool ShowCredentialPrompts {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowCredentialPrompts ()
/** @property */
public void set_ShowCredentialPrompts (boolean value)
public function get ShowCredentialPrompts () : boolean
public function set ShowCredentialPrompts (value : boolean)
Valeur de la propriété
Valeur Boolean. La valeur par défaut est true.
Remarques
La propriété est ignorée si ProcessingMode a la valeur Local.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms