Click or drag to resize

StiReportRegData Method (String, OleDbConnection)

Registers OleDbConnection in the Data Store.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void RegData(
	string name,
	OleDbConnection connection
)

Parameters

name
Type: SystemString
OleDbConnection name in the Data Store.
connection
Type: System.Data.OleDbOleDbConnection
OleDbConnection for registration.
See Also