Hi,<br />
<br />
Based on this '<a class='bbc_url' href='
https://eclipse.org/birt/release20specs/BPS6 - Report Engine Scalability and Performance.pdf'>Report Engine Scalability and Performance</a>' paper, I expected that a report spanning multiple pages could display the first page once it had selected enough results to do so. Is this expectation valid?<br />
<br />
I tested a simple report that displayed a simple table. The table was bound to a DataSet that was based on a ScriptedDataSource. The DataSet for the test returned 283 records which, when viewed in the BIRT Viewer, spanned 8 pages.<br />
<br />
By looking at when BIRT calls in to my ScriptedDataSetEventAdapter.fetch() method, it seems that the first page will not display until BIRT is done fetching all results from the ResultSet. Is this expected behavior? <br />
<br />
Thanks,<br />
<br />
Eric