Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(True)> _
<SRDescriptionAttribute("ShowCredentialPromptsDesc")> _
Public Property ShowCredentialPrompts As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowCredentialPrompts
instance.ShowCredentialPrompts = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(true)]
[SRDescriptionAttribute("ShowCredentialPromptsDesc")]
public bool ShowCredentialPrompts { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(true)]
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)
Valore proprietà
Valore booleano. Il valore predefinito è true.
Note
Se la proprietà ProcessingMode è impostata su Local, questa proprietà viene ignorata.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms