[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.SqlDBDataSource

SqlDBDataSource Class

Represents a section report data source based on the SqlDB ADO.NET data provider.

Inheritance
SqlDBDataSource
Namespace: GrapeCity.ActiveReports.Data
Assembly: MESCIUS.ActiveReports.dll
Syntax
[TypeConverter(typeof())]
public sealed class SqlDBDataSource : DbDataSource, IDbConnectionProperties

Constructors

Name Description
SqlDBDataSource()

Initializes a new instance of the SqlDBDataSource class.

SqlDBDataSource(string, string, int)

Initializes a new instance of the SqlDBDataSource class.

Properties

Name Description
ProviderName

Returns provider's invariant name

Methods

Name Description
OnConnectionStringChanging(string)

Allows to edit the connection string when its current value is about to change.

SetCredentials(string, string)

Sets credentials.

Extension Methods