StiDataRelation Constructor (String, String, String, StiDataSource, StiDataSource, String, String, String) |
Creates a new object of the type StiRelation.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDataRelation(
string nameInSource,
string name,
string alias,
StiDataSource parentSource,
StiDataSource childSource,
string[] parentColumns,
string[] childColumns,
string key
)
Public Sub New (
nameInSource As String,
name As String,
alias As String,
parentSource As StiDataSource,
childSource As StiDataSource,
parentColumns As String(),
childColumns As String(),
key As String
)
Parameters
- nameInSource
- Type: SystemString
Name of relation in source. - name
- Type: SystemString
Name of relation. - alias
- Type: SystemString
Alias of relation. - parentSource
- Type: Stimulsoft.Report.DictionaryStiDataSource
Parent data source. - childSource
- Type: Stimulsoft.Report.DictionaryStiDataSource
Child data source. - parentColumns
- Type: SystemString
Columns parent. - childColumns
- Type: SystemString
Columns child. - key
- Type: SystemString
Key string.
See Also