StiDataViewSource Constructor (String, String) |
Creates a new object of the type StiDataViewSource.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDataViewSource(
string nameInSource,
string name
)
Public Sub New (
nameInSource As String,
name As String
)
Parameters
- nameInSource
- Type: SystemString
Name of DataView in the DataStore. - name
- Type: SystemString
Data Source name.
See Also