Click or drag to resize

StiDataSource Constructor (String, String, String)

Creates a new Data Source.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDataSource(
	string name,
	string alias,
	string key
)

Parameters

name
Type: SystemString
Data Source name.
alias
Type: SystemString
Data Source alias.
key
Type: SystemString
Key string
See Also