Streaming Reports from Server

Stimulsoft Reports.Silverlight discussion
Locked
Scott St.Cyr
Posts: 3
Joined: Thu Dec 30, 2010 4:21 pm
Location: Baton Rouge

Streaming Reports from Server

Post by Scott St.Cyr »

I am evaluating Stimulsoft to replace our Crystal Reports deployment. So far, it all looks good.

What we currently do with Crystal is:
(1) Generate the report on the server
(2) Save the report with the data
(3) Stream this file to the client
(4) Open the report in the Crystal viewer on the client

Is something like this possible with Stimulsoft.NET? What about Stimulsoft.Silverlight?

Alternately I think we would probably have to take this route:
(1) Generate the report on the server
(2) Save a PDF
(3) Stream this file to the client
(4) Open the PDF on the client

Is this a common approach, or am I missing a bigger picture?

Thanks,
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Streaming Reports from Server

Post by Andrew »

Hello,

If we have understood your question correctly, you can do the same as in the Crystal. Also you can send .PDF file, there are size limits of a file.

Thank you.
dmt
Posts: 6
Joined: Thu Jan 13, 2011 6:37 pm
Location: Brisbane

Streaming Reports from Server

Post by dmt »

We're looking at moving to Silverlight for displaying Stimulsoft reports.

Could you please post an example of how you can run a report on the server, and then stream the report to the Silverlight report viewer?

Thanks
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Streaming Reports from Server

Post by Jan »

Hello,

Please check following video for asp.net:

http://www.stimulsoft.com/livedemos.SL/ ... werSL.html

Also please check sample for WCF server:

http://www.stimulsoft.com/Downloads/WCF ... es.WCF.ZIP

Thank you.
dmt
Posts: 6
Joined: Thu Jan 13, 2011 6:37 pm
Location: Brisbane

Streaming Reports from Server

Post by dmt »

Thanks, but the WCFSamples link is broken...
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Streaming Reports from Server

Post by Andrew »

Hello,

Please read the following news which was updated http://www.stimulsoft.com/ShowNews.aspx?id=1690
Here is the link for new examples http://www.stimulsoft.com/Downloads/WCF ... es.WCF.ZIP Please copy this link and paste into a browser.

Thank you.
Locked