<p>hi</p>
<p>Well I'm going to keep posting on the offchance someone will reply

</p>
<p>I have a report item extension and want to pass it a set of data rather than one value. All the examples I can find only show how you can pass one field value into a report extension, they dont show how to parse through a set of data.</p>
<p>If I bind ROW["Products"] is should apss in a list of products; P1, P2, P3 an P4. I want to be able to access these in my code, in:</p>
<pre class="_prettyXprint">
public Object onRowSets( IBaseResultSet[] results ) throws BirtException
</pre>
<div>Does anyone know how to parse through an IBaseResultSet? Struggling to find any info online or in books</div>
<div> </div>
<div>thanks</div>
<div>cel</div>
<div> </div>