Class DataSourceCredentials
Represents data source credentials.
Inheritance
System.Object
DataSourceCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Reports.EJ
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public sealed class DataSourceCredentials
Constructors
DataSourceCredentials()
Declaration
public DataSourceCredentials()
DataSourceCredentials(String, String)
Declaration
public DataSourceCredentials(string name, string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | connectionString |
DataSourceCredentials(String, String, String)
Declaration
public DataSourceCredentials(string name, string userId, string passWord)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | userId | |
System.String | passWord |
DataSourceCredentials(String, String, String, Boolean)
Declaration
public DataSourceCredentials(string name, string passWord, string userId, bool integratedSecurity)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | passWord | |
System.String | userId | |
System.Boolean | integratedSecurity |
DataSourceCredentials(String, String, String, String)
Declaration
public DataSourceCredentials(string name, string userId, string passWord, string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | userId | |
System.String | passWord | |
System.String | connectionString |
DataSourceCredentials(String, String, String, String, Boolean)
Declaration
public DataSourceCredentials(string name, string userId, string passWord, string connectionString, bool integratedSecurity)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | userId | |
System.String | passWord | |
System.String | connectionString | |
System.Boolean | integratedSecurity |
Properties
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntegratedSecurity
Declaration
public bool IntegratedSecurity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |