Click or drag to resize

StiReportRegData Method (String, String, SqlConnection)

Registers SqlConnection 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,
	SqlConnection 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.SqlClientSqlConnection
SqlConnection for registration.
See Also