Proprietà ReportViewer.ShowCredentialPrompts
Indica se i messaggi di richiesta delle credenziali utente verranno visualizzati.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public Property ShowCredentialPrompts As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
Valore booleano. Il valore predefinito è true.
Osservazioni
Questa proprietà viene ignorata quando la proprietà ProcessingMode è impostata su Local.