StiDataRelationSetNameSetName Method |
Sets a name and alias of relation.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void SetName(
StiDataRelation dataRelation,
StiReport report,
DataSet dataSet,
string name
)
Public Shared Sub SetName (
dataRelation As StiDataRelation,
report As StiReport,
dataSet As DataSet,
name As String
)
Parameters
- dataRelation
- Type: Stimulsoft.Report.DictionaryStiDataRelation
StiDataRelation that is used to set parameters. - report
- Type: Stimulsoft.ReportStiReport
The report in the dictionary of data from which relation is registered. - dataSet
- Type: System.DataDataSet
DataSet in which the master of relation is located. - name
- Type: SystemString
Relation name.
See Also