Package com.stimulsoft.report.dictionary
Class StiDataRelationSetName
java.lang.Object
com.stimulsoft.report.dictionary.StiDataRelationSetName
Describes the class that is used to set names of the relation when this relation is created. Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetName(StiDataRelation dataRelation, StiReport report, String name) Sets a name and alias of relation.
-
Constructor Details
-
StiDataRelationSetName
public StiDataRelationSetName()
-
-
Method Details
-
setName
Sets a name and alias of relation.- Parameters:
dataRelation- StiDataRelation that is used to set parameters.report- The report in the dictionary of data from which relation is registered.name- Relation name.
-