Dataset Methods

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.

NameReturn ValueDescription
dataset.setColumnValue(column : Sting, value : Object)voidSets the column specified in the first parameter to the value of the second parameter.
dataset.storeResultRow()voidThe row will be stored and finished in the Data set.