Click or drag to resize

StiReportRegData Method (String, String, OdbcConnection)

Registers OdbcConnection 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,
	string alias,
	OdbcConnection connection
)

Parameters

name
Type: SystemString
A data name in the Data Store.
alias
Type: SystemString
A data alias in the Data Store.
connection
Type: System.Data.OdbcOdbcConnection
OdbcConnection for registration.
See Also