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)
'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
Tipo: Microsoft.Reporting.WinForms.ReportServerCredentials
Un objeto ReportServerCredentials que contiene las credenciales que se utilizan con el servidor de informes.
Para obtener más información y un ejemplo de código, vea ReportServerCredentials.