Class ReportServerFormsCredential
Inheritance
System.Object
ReportServerFormsCredential
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class ReportServerFormsCredential : Object, IReportDispose, IDisposable
Constructors
ReportServerFormsCredential(String, String)
Initializes a new instance of the ReportServerFormsCredential class with the specified user name and password.
Declaration
public ReportServerFormsCredential(string userName, string Password)
Parameters
Type | Name | Description |
---|---|---|
System.String | userName | The user name used for authentication. |
System.String | Password | The password used for authentication. |
Properties
Password
Gets or sets the password for the report server credentials.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password used for authentication. |
UserName
Gets or sets the user name for the report server credentials.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user name used for authentication. |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable