[]
        
(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("GrapeCity.ActiveReports.Design.ArDesigner.TypeEditors.DataSourceTypeConverter, MESCIUS.ActiveReports.Design.Win, Version=20.1.2.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff")]
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

Gets the name of the data provider.

Methods

Name Description
OnConnectionStringChanging(string)

Called when the connection string is about to change; validates and normalizes the new value.

SetCredentials(string, string)

Sets the credentials for the connection string.

Extension Methods