[]
Registers ADO component as a data provider for the renderin engine.
public void Register(string name, DbProviderFactory dbFactory, IDbConnectionAdapter adapter = null)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the data provider. This name will be used to lookup the data provider and this name will be written in the report. |
| DbProviderFactory | dbFactory | DbProviderFactory instance. |
| IDbConnectionAdapter | adapter | IDbConnectionAdapter instance. |