Packagestimulsoft.report.dictionary
Classpublic class StiDataRow
InheritanceStiDataRow Inheritance Object



Public Properties
 PropertyDefined By
  row : DataRow
DataRow that is used for data extraction.
StiDataRow
Protected Properties
 PropertyDefined By
  dictionary : StiDictionary
[read-only]
StiDataRow
Public Methods
 MethodDefined By
  
StiDataRow(dataSource:StiDataSource, dataRow:DataRow)
StiDataRow
  
getParentData(relation:String):StiDataRow
Returns StiDataRow by name of the parent relation.
StiDataRow
  
getValue(column:*):*
Get StiDataRow value by column identificator
StiDataRow
Property Detail
dictionaryproperty
dictionary:StiDictionary  [read-only]


Implementation
    protected function get dictionary():StiDictionary
rowproperty 
row:DataRow

DataRow that is used for data extraction.


Implementation
    public function get row():DataRow
    public function set row(value:DataRow):void
Constructor Detail
StiDataRow()Constructor
public function StiDataRow(dataSource:StiDataSource, dataRow:DataRow)



Parameters
dataSource:StiDataSource
 
dataRow:DataRow
Method Detail
getParentData()method
public function getParentData(relation:String):StiDataRow

Returns StiDataRow by name of the parent relation.

Parameters

relation:String

Returns
StiDataRow
getValue()method 
public function getValue(column:*):*

Get StiDataRow value by column identificator

Parameters

column:* — The column indetificator, one of three types:Column index: intColumn name: StringColumn: DataColumn

Returns
*