StiDataStoreSource Constructor (String, String, String, String) |
Creates a new object of the type StiDataStoreSource.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDataStoreSource(
string nameInSource,
string name,
string alias,
string key
)
Public Sub New (
nameInSource As String,
name As String,
alias As String,
key As String
)
Parameters
- nameInSource
- Type: SystemString
Name of data in the DataStore. - name
- Type: SystemString
Data Source name. - alias
- Type: SystemString
Data Source alias. - key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataStoreSource.#ctor(System.String,System.String,System.String,System.String)"]
See Also