slow to launch
Posted: Wed Nov 14, 2012 4:24 pm
Greetings,
I programatically build the xml data that I pass to a previously created report.
I use the technique of passing the xml to the report using report.regData("mydat","mydat",rptxml).
I find that the report is slow to show on the screen. By that, I mean that it takes 11 seconds to show
on the screen when passed 2300 records (as XML).
Do you have any tips for increasing the performance so that the report will display sooner ?
The report is pretty simple with just one grouping action.
Note:
I ran it for max records (19500) which equates to roughly a 900 page report. The report launches, and
has a box saying "compiling report" and it has been going for several minutes.
Newest Note:
I have determined that when my XML string which I pass to the report exceeds 14000, the report hangs forever.
If I have less than 14000 is works just fine. Is there a limit to the data you can pass to the report ????
I programatically build the xml data that I pass to a previously created report.
I use the technique of passing the xml to the report using report.regData("mydat","mydat",rptxml).
I find that the report is slow to show on the screen. By that, I mean that it takes 11 seconds to show
on the screen when passed 2300 records (as XML).
Do you have any tips for increasing the performance so that the report will display sooner ?
The report is pretty simple with just one grouping action.
Note:
I ran it for max records (19500) which equates to roughly a 900 page report. The report launches, and
has a box saying "compiling report" and it has been going for several minutes.
Newest Note:
I have determined that when my XML string which I pass to the report exceeds 14000, the report hangs forever.
If I have less than 14000 is works just fine. Is there a limit to the data you can pass to the report ????