MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / DbDataSource Class / DbDataSource Constructor / DbDataSource Constructor(DataProviderInfo)
Data provider information

In This Topic
DbDataSource Constructor(DataProviderInfo)
In This Topic
Creates new DbDataSource out of DataProviderInfo
Syntax
'Declaration
 
Public Function New( _
   ByVal dataProvider As DataProviderInfo _
)
 

Parameters

dataProvider
Data provider information
See Also