Proprietà ReportViewer.ShowCredentialPrompts
Recupera o imposta un valore che indica se visualizzare un messaggio di richiesta per le credenziali utente.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowCredentialPrompts As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true se all'utente è mostrato un messaggio di richiesta delle credenziali; in caso contrario, false. Il valore predefinito è true.
Osservazioni
Questa proprietà viene ignorata quando la proprietà ProcessingMode è impostata su Local.