Class StiDataRow

java.lang.Object
com.stimulsoft.report.dictionary.StiDataRow

public class StiDataRow extends Object
  • Constructor Details

  • Method Details

    • get

      public Object get(String columnName)
    • getValueAsObject

      public Object getValueAsObject(String columnName)
    • getRow

      public final DataRow getRow()
      DataRow that is used for data extraction.
    • setRow

      public final void setRow(DataRow value)
    • getDictionary

      protected final StiDictionary getDictionary()
    • getItem

      public final Object getItem(String columnName)
      Indexer that returns data by the column name.
    • GetParentData

      public StiDataRow GetParentData(String relationName)
      Returns StiDataRow by name of the parent relation.
      Parameters:
      relation - Parent relation name.
      Returns:
      Parent StiDataRow.
    • getParentData

      public StiDataRow getParentData(String relation)