I am using DOA and ReportBuilder to create an end-user reporting app. The problem I am having is that ReportBuilder creates TOracleDataSet components behind the scenes and it appears that when this is done the QueryAllRecords property is set to True by default. This causes my reports to retrieve all records before displaying the first page of the report. For long reports this takes too long. Is there a way I can change this without having to customize their code or yours?
Michael Gregg
Michael Gregg