Some Questions on Stimulsoft

Stimulsoft Reports.NET discussion
Post Reply
dhaval2006
Posts: 4
Joined: Tue Aug 19, 2008 5:43 am
Location: Mumbai

Some Questions on Stimulsoft

Post by dhaval2006 »

Respected Sir,

I had some queries, related to Stimulsoft & Multithreading concept. Please answer to all below question, with all possible details & examples (if any):

1) Is it Stimulsoft supports Service Oriented Archiecture (SOA)? If yes, how?

2) Can you describe the flow of retriving the Data, from database, in Stimulsoft (in your technical terms)

3) Working on Stimulsoft with multiple threading

4) The list of Key features of Stimulsoft

5) Describe Stimulsoft, as Client side Component

6) Working of Stimulsoft, with Server side Component

7) Limitations of Stimulsoft with Multiple Threading concept

It is a request that please answer above question with your technical terms & examples, so that understand related Stimulsoft for our Project requirement gets more clear. And please don't pass your FAQ link, in the answer (to possible extent), as we already gone through it

Regards
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Some Questions on Stimulsoft

Post by Edward »

Hello, Dhaval.
dhaval2006 wrote:1) Is it Stimulsoft supports Service Oriented Archiecture (SOA)? If yes, how?
As far as I understand possible implementation of SOA can be a Web Service. It means forming the report layout at server-side based on some parameters and returning a document to the user as a result. And receiving of that report layout should not depend on development platform and communication protocol. This can be achieved in terms of a Web Services. It is possible to create a Web Service using Stimulsoft Reports.Net.
2) Can you describe the flow of retriving the Data, from database, in Stimulsoft (in your technical terms)
If there is an access to SQL database, then report engine sends a request to the server using a connection string and sql query. Report can receive a connection string in run-time from the main application or from the report template.
3) Working on Stimulsoft with multiple threading
7) Limitations of Stimulsoft with Multiple Threading concept
Please use the main principles of writing multiple threading applications in Windows Forms.
4) The list of Key features of Stimulsoft
5) Describe Stimulsoft, as Client side Component
6) Working of Stimulsoft, with Server side Component
Please open the Demo.exe sample Application from the standard delivery of Stimulsoft report.Net and you can see there all features which our product contain. Also there is a Web Demo version of Stimulsoft Reports.Web:
http://web.stimulsoft.com

Please let us know if any help is required.

Thank you.
Post Reply