Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the network credentials that are used for authentication with the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property NetworkCredentials As ICredentials
'Usage
Dim instance As IReportServerCredentials
Dim value As ICredentials
value = instance.NetworkCredentials
ICredentials NetworkCredentials { get; }
property ICredentials^ NetworkCredentials {
ICredentials^ get ();
}
/** @property */
ICredentials get_NetworkCredentials ()
function get NetworkCredentials () : ICredentials
Property Value
An implementation of System.Net.ICredentials that contains the credential information for connecting to a report server.
See Also
Reference
IReportServerCredentials Interface
IReportServerCredentials Members
Microsoft.Reporting.WebForms Namespace