We are in the process of moving our Reporting solution from Silverlight to HTML.
So we want to use the StiMobileViewer in ASP.net for that (and also the StiMobileDesigner)
We want to keep using our custom backend to generate the report data and only display them using the ASP controls.
So basically we load the report template in the viewer and then, depending on the user entered variables, the report is generated in the back end, send back to the ASP site as a packed report document and then displayed in the viewer.
The issue is, only on the third call of OnGetReportData, is the rendered report actually shown in the viewer.
So the user has to click the "Submit" button 2 times until a result is shown.

I created a simple example that demonstrates this weird behavior.
I hope someone can point me in the right direction on how to fix this issue.