Class ConnectionProperties
Inheritance
System.Object
ConnectionProperties
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.Data
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ConnectionProperties
Constructors
ConnectionProperties()
Declaration
public ConnectionProperties()
Properties
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionTimeout
Declaration
public int ConnectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CustomProperties
Declaration
public CustomProperties CustomProperties { get; set; }
Property Value
Type | Description |
---|---|
CustomProperties |
DataProvider
Declaration
public string DataProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Impersonate
Declaration
public string Impersonate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntegratedSecurity
Declaration
public bool IntegratedSecurity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecurityType
Declaration
public SecurityType SecurityType { get; set; }
Property Value
Type | Description |
---|---|
SecurityType |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |