Click or drag to resize

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
)

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