ActiveReports Developer 7
IDbConnectionExtension Interface Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDbConnectionExtension Interface

Glossary Item Box

The following tables list the members exposed by IDbConnectionExtension.

Public Properties

 NameDescription
 PropertyImpersonateThe name of the user is impersonated while executing commands.    
 PropertyIntegratedSecurityDetermines whether the connection uses integrated security or the values supplied in the UserName and Password properties.    
 PropertyPasswordSpecifies the password used when connecting to the data source. If a password was specified in the ConnectionString, this value overrides it.  
 PropertyUserNameSpecifies the username used when connecting to the data source. If a user name was specified in the ConnectionString, this value overrides it.  
Top

See Also