Class ConnectionProperties
Inheritance
System.Object
ConnectionProperties
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class ConnectionProperties : Object
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
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
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|