[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.DataProvidersFactory.Register

Register Method

Register(string, DbProviderFactory, IDbConnectionAdapter)

Registers ADO component as a data provider for the renderin engine.

Declaration
public void Register(string name, DbProviderFactory dbFactory, IDbConnectionAdapter adapter = null)
Parameters
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.