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.
Returns network credentials to be used for authentication with the report server.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
ICredentials NetworkCredentials { get; }
property ICredentials^ NetworkCredentials {
ICredentials^ get();
}
abstract NetworkCredentials : ICredentials with get
ReadOnly Property NetworkCredentials As ICredentials
Property Value
Type: System.Net.ICredentials
A NetworkCredentials object.
See Also
IReportServerCredentials Interface
Microsoft.Reporting.WinForms Namespace
Return to top