Class DataSourceInfo
Class for DataSourceInfo.
Inheritance
System.Object
DataSourceInfo
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.EJ.ReportViewer
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class DataSourceInfo
Constructors
DataSourceInfo()
Declaration
public DataSourceInfo()
Properties
ConnectString
Gets or sets string value of ConnectString.
Declaration
public string ConnectString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataProvider
Gets or sets string value of DataProvider.
Declaration
public string DataProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataSourceName
Gets or sets string value of DataSource Name.
Declaration
public string DataSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntegratedSecurity
Gets or sets boolean value of IntegratedSecurity.
Declaration
public bool IntegratedSecurity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SharedDataSourceName
Gets or sets string value of Shared DataSource Name.
Declaration
public string SharedDataSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Gets or sets string value of UserName.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |