ServerReport.ReportServerCredentials (Propiedad)
Obtiene las credenciales que se usan 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
[BrowsableAttribute(false)]
public ReportServerCredentials ReportServerCredentials { get; }
[BrowsableAttribute(false)]
public:
property ReportServerCredentials^ ReportServerCredentials {
ReportServerCredentials^ get ();
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : ReportServerCredentials with get
function get ReportServerCredentials () : ReportServerCredentials
Valor de propiedad
Tipo: Microsoft.Reporting.WinForms.ReportServerCredentials
Un objeto ReportServerCredentials que contiene las credenciales que se usan con el servidor de informes.
Ejemplos
Para obtener más información y un ejemplo de código, vea ReportServerCredentials.