Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
72:custom_reports_references_dataset [2019/03/08 19:19] – created ext-bkkr72:custom_reports_references_dataset [2019/03/08 20:41] ext-bkkr
Line 1: Line 1:
 ====== Dataset Methods ====== ====== 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.
 +
 +^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.|
 +
 +\\