Propiedad ReportViewer.ShowCredentialPrompts

Indica si se mostrarán los mensajes de solicitud de credenciales de usuario.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowCredentialPrompts As Boolean
'Uso
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowCredentialPrompts

instance.ShowCredentialPrompts = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
[CategoryAttribute("Appearance")] 
public bool ShowCredentialPrompts { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(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)

Valor de la propiedad

Un valor Boolean. El valor predeterminado es true.

Comentarios

Esta propiedad se omite cuando ProcessingMode se configura como Local.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms