Page 1 of 1

StiMvcViewerFxHelper render view toice

Posted: Tue Oct 02, 2012 3:48 pm
by doleh
Hi , in StiMvcViewerFxHelper , the Viewer Render Request Server Tow Time when its rendered is there a way to avoid that ???

Re: StiMvcViewerFxHelper render view toice

Posted: Wed Oct 03, 2012 8:16 am
by HighAley
Hello.

How did you get this?
Could you describe your problem more detailed?

Thank you.

Re: StiMvcViewerFxHelper render view toice

Posted: Sun Oct 07, 2012 2:20 pm
by doleh
HI,
the Problem the StiMvcViewerFxHelper request the server 2 times i noticed that using debugger what i want to do is
to send data in action an view report in another action

thanks in advance

Re: StiMvcViewerFxHelper render view toice

Posted: Mon Oct 08, 2012 10:58 am
by Vladimir
Hello,

Before showing the report, it is requested once in the GetReportSnapshot action. Because the report is rendered on the server side, it is necessary to specify the data for this report before its transfer to the viewer.

Thank you.