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
'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
A NetworkCredentials object.
See Also
Reference
IReportServerCredentials Interface
IReportServerCredentials Members
Microsoft.Reporting.WinForms Namespace