[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.DataProvidersFactory

DataProvidersFactory Class

Represents the default data providers factory. Supports SQL, CSV, JSON, XML, TESTING, and OBJECT data providers.

Inheritance
DataProvidersFactory
Namespace: GrapeCity.ActiveReports.Core.Rendering.Data
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class DataProvidersFactory : IDataProvidersFactory

Constructors

Name Description
DataProvidersFactory()

Fields

Name Description
Default

The default registry of the data providers factories and adapters

Methods

Name Description
GetAdapter(string)

Returns the registered IDbConnectionAdapter with a given name.

GetFactory(string)

Returns the registered DbProviderFactory with a given name.

Register(string, DbProviderFactory, IDbConnectionAdapter)

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

Extension Methods