[]
Represents a section report data source based on the SqlDB ADO.NET data provider.
[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
| Name | Description |
|---|---|
| SqlDBDataSource() | Initializes a new instance of the SqlDBDataSource class. |
| SqlDBDataSource(string, string, int) | Initializes a new instance of the SqlDBDataSource class. |
| Name | Description |
|---|---|
| ProviderName | Gets the name of the data provider. |
| 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. |