Click or drag to resize

StiOleDbSource Constructor (String, String)

Creates a new object of the type StiOleDbSource.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiOleDbSource(
	string nameInSource,
	string name
)

Parameters

nameInSource
Type: SystemString
Name of OleDbConnection in the DataStore.
name
Type: SystemString
Data Source name.
See Also