Class DataSource
Inheritance
System.Object
DataSource
Namespace: BoldReports.Web.ReportViewer.Internal
Assembly: BoldReports.Web.dll
Syntax
public class DataSource : Object
Constructors
DataSource()
Declaration
public DataSource()
Properties
Name
Gets or sets the name of the data source.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Gets or sets the Password for the data source.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Gets or sets the UserName of the data source.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |