Package com.stimulsoft.report.dictionary
Class StiDataRow
java.lang.Object
com.stimulsoft.report.dictionary.StiDataRow
-
Constructor Summary
ConstructorsConstructorDescriptionStiDataRow(StiDataSource dataSource, DataRow dataRow) StiDataRow(StiDataRow dataRow) -
Method Summary
Modifier and TypeMethodDescriptionprotected final StiDictionaryfinal ObjectIndexer that returns data by the column name.getParentData(String relation) GetParentData(String relationName) Returns StiDataRow by name of the parent relation.final DataRowgetRow()DataRow that is used for data extraction.getValueAsObject(String columnName) final void
-
Constructor Details
-
StiDataRow
-
StiDataRow
-
-
Method Details
-
get
-
getValueAsObject
-
getRow
DataRow that is used for data extraction. -
setRow
-
getDictionary
-
getItem
Indexer that returns data by the column name. -
GetParentData
Returns StiDataRow by name of the parent relation.- Parameters:
relation- Parent relation name.- Returns:
- Parent StiDataRow.
-
getParentData
-