Description: The dataset class and its methods are used to store values in a Data Set/Data Collector script. These values can then be used in the BIRT Designer report or will be stored in the metric database.
Name | Return Value | Description |
---|---|---|
dataset.setColumnValue(column : Sting, value : Object) | void | Sets the column specified in the first parameter to the value of the second parameter. |
dataset.storeResultRow() | void | The row will be stored and finished in the Data set. |