Compartir a través de


ServerReport.ReportServerCredentials (Propiedad)

Obtiene o establece las credenciales que se van a usar en el servidor de informes.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property ReportServerCredentials As IReportServerCredentials
[BrowsableAttribute(false)]
public IReportServerCredentials ReportServerCredentials { get; set; }
[BrowsableAttribute(false)]
public:
property IReportServerCredentials^ ReportServerCredentials {
    IReportServerCredentials^ get ();
    void set (IReportServerCredentials^ value);
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : IReportServerCredentials with get, set
function get ReportServerCredentials () : IReportServerCredentials
function set ReportServerCredentials (value : IReportServerCredentials)

Valor de propiedad

Tipo: Microsoft.Reporting.WebForms.IReportServerCredentials
Un objeto ReportServerCredentials que contiene las credenciales que se van a usar en 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

Microsoft.Reporting.WebForms (Espacio de nombres)