Propriedade IReportServerCredentials.NetworkCredentials
Gets or sets the network credentials that are used for authentication with the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
ReadOnly Property NetworkCredentials As ICredentials
ICredentials NetworkCredentials { get; }
property ICredentials^ NetworkCredentials {
ICredentials^ get ();
}
abstract NetworkCredentials : ICredentials with get
function get NetworkCredentials () : ICredentials
Valor de propriedade
Tipo: ICredentials
An implementation of ICredentials that contains the credential information for connecting to a report server.