Leer en inglés

Compartir a través de


ServerReport.ReportServerCredentials Propiedad

Obtiene o establece las credenciales que se utilizan con el servidor de informes.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials
    Get
'Uso
Dim instance As ServerReport
Dim value As ReportServerCredentials

value = instance.ReportServerCredentials
[BrowsableAttribute(false)]
public ReportServerCredentials ReportServerCredentials { get; }
[BrowsableAttribute(false)]
public:
property ReportServerCredentials^ ReportServerCredentials {
    ReportServerCredentials^ get ();
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : ReportServerCredentials
function get ReportServerCredentials () : ReportServerCredentials

Valor de la propiedad

Tipo: Microsoft.Reporting.WinForms.ReportServerCredentials
Un objeto ReportServerCredentials que contiene las credenciales que se utilizan con el servidor de informes.

Ejemplos

Para obtener más información y un ejemplo de código, vea ReportServerCredentials.

Vea también

Referencia

ServerReport Clase

Espacio de nombres Microsoft.Reporting.WinForms