Does Stimult for Silverlight support load template from Server and Render in Client side

Stimulsoft Reports.Silverlight discussion
Locked
Hoang Nguyen
Posts: 11
Joined: Wed Jun 15, 2011 10:19 pm
Location: VN

Does Stimult for Silverlight support load template from Server and Render in Client side

Post by Hoang Nguyen »

Hi,
I very like Stimul Report for Silverlight. It's very power, beautiful. In your demo I see Stimul Report can Render in Client side by Silverlight but need report must precompile by code. I wonder that Stimul can load template from Server and render in Client without precompile?
I don't see this feature in yourrelease announcement (http://forum.stimulsoft.com/Default.aspx?g=posts&t=4546). If it support, please show me the way how to do or where sample can I download.
Thanks
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Does Stimult for Silverlight support load template from Server and Render in Client side

Post by Andrew »

Hello,

If you are using StiWebDesignerSL/StiWebViewerSL components, then, for example, signing for the OnGetPreviewDataSet event (will be called before report rendering) you can perform the action you need.
If you bought the full version with source code then you can change the code according to your requirements.
We also have an extended example using the WCF server with source code available for free (http://stimulsoft.com/ShowNews.aspx?id=1770).

Thank you.
Hoang Nguyen
Posts: 11
Joined: Wed Jun 15, 2011 10:19 pm
Location: VN

Does Stimult for Silverlight support load template from Server and Render in Client side

Post by Hoang Nguyen »

Hi Addrew,
I need feature Render Report on SL Client because my application have thousands users. Users sometimes view report with thousands of pages. If my report engine render in Server side, my server will become overload.
I'm using a solution allow render report in server and return result to Client by WCF like your StiWebViewerSL solution. Now I want a solution to resolve server overload problem.
If your Stimul Silverlight can do like that, I very happy to buy and using it. (Could you give me your skype nick, I want to discuss about this feature).
Thanks you
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Does Stimult for Silverlight support load template from Server and Render in Client side

Post by Andrew »

Hello,

There is the Render method of a report in a native version and a Client/Server version.
However, large reports will be rendered on the server faster than on the client side, because the compilation will be used but not the interpretation mode.
(Could you give me your skype nick, I want to discuss about this feature)
Please the request to support@stimulsoft.com . Possibly we can setup chat via Skype.

Thank you.
Locked