Class DataSourceCredentials
Inheritance
System.Object
DataSourceCredentials
Assembly: BoldReports.Web.dll
Syntax
public class DataSourceCredentials : Object
Constructors
DataSourceCredentials()
Declaration
public DataSourceCredentials()
Properties
DataSourceName
Declaration
public string DataSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|