ReportServerCredentials Constructor |
Required constructor.
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ReportServerCredentials(
string userName,
string password,
string domain
)
Public Sub New (
userName As String,
password As String,
domain As String
)
Parameters
- userName
- Type: SystemString
The name of the user. - password
- Type: SystemString
The password of the user. - domain
- Type: SystemString
The corresponding domain.
See Also