Class DataSourceDefinition
Inheritance
System.Object
DataSourceDefinition
Assembly: BoldReports.Web.dll
Syntax
public class DataSourceDefinition : DataSourceDefinitionOrReference
Constructors
DataSourceDefinition()
Declaration
public DataSourceDefinition()
Properties
ConnectString
Declaration
public string ConnectString { get; set; }
Property Value
Type |
Description |
System.String |
|
CredentialRetrieval
Declaration
public CredentialRetrievalEnum CredentialRetrieval { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnabledSpecified
Declaration
public bool EnabledSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension
Declaration
public string Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
ImpersonateUser
Declaration
public bool ImpersonateUser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ImpersonateUserSpecified
Declaration
public bool ImpersonateUserSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OriginalConnectStringExpressionBased
Declaration
public bool OriginalConnectStringExpressionBased { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Prompt
Declaration
public string Prompt { get; set; }
Property Value
Type |
Description |
System.String |
|
UseOriginalConnectString
Declaration
public bool UseOriginalConnectString { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
WindowsCredentials
Declaration
public bool WindowsCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|