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
    Get
    Set
'Uso
Dim instance As ServerReport
Dim value As IReportServerCredentials

value = instance.ReportServerCredentials

instance.ReportServerCredentials = value
[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 la 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

Espacio de nombres Microsoft.Reporting.WebForms