Implementation in Websites

Stimulsoft BI Server discussion
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Implementation in Websites

Post by Anuranjani »

Hi ,

May i know how to implement Stimulsoft Reports.Server in my website .


Thank you
Thank You,
Darsana.R
Andrew
Posts: 4105
Joined: Fri Jun 09, 2006 3:58 am

Re: Implementation in Websites

Post by Andrew »

Dear Anuranjani,

Thank you for the question.

Our reply will depend on what are the requirements to our report server? How do you want to use it on your website. Detailed information will help us provide you the best answer.

Waiting for your reply.
Thank you.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Implementation in Websites

Post by Anuranjani »

Hi Andrew,

Thank you

Actually we are using Stimulsoft dll's for generating the reports in the web.
We just want to know about, how to improve the above process with this Stimulsoft Reports.Server. Kindly give us the samples.
Thank You,
Darsana.R
Andrew
Posts: 4105
Joined: Fri Jun 09, 2006 3:58 am

Re: Implementation in Websites

Post by Andrew »

The report design approach is the same as in Reports.Web and other products. Our report server is not just a report designer and viewer but more complex product. Please read more about the product at http://www.stimulsoft.com/en/products/server/overview . The documentation of the product is available in the installation package and http://www.stimulsoft.com/en/documentat ... index.html .

Stimulsoft Reports.Server in the end-user product you install and deploy it on the server and it is ready to work with - creating, rendering, viewing, scheduling, emailing reports etc. - without any part of development.

Please let us know if you have additional questions.
Thank you.
Andrew
Posts: 4105
Joined: Fri Jun 09, 2006 3:58 am

Re: Implementation in Websites

Post by Andrew »

In addition to my previous reply.

Installation can be in 2 ways:
1. When you install the report server on the server computer where your web site is hosted. In this case Stimulsoft Reports.Server can process very complex reports. Also you can use the schedulers.

2. When you are using the virtual hosting when you can deploy only dll files. In this case it is not possible to render complex reports (more than 100 pages). And the deployment process includes only copying of our assemblies to a certain place of your web site.

Licensing of users in web deployment.
Licenses are required for those who change something on the server and will perform the authorized access to the report server. Those who use shared resources do not need licenses. They print reports, export etc. The only thing they need is to have access to the link to the resource.

Thank you again for your questions.)
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Implementation in Websites

Post by Anuranjani »

Hi Andrew,

Thank you for your response.

Can you please provide me the API to integrate data processing functions on the report server into my application.
Thank You,
Darsana.R
Andrew
Posts: 4105
Joined: Fri Jun 09, 2006 3:58 am

Re: Implementation in Websites

Post by Andrew »

Hello Anuranjani,

Any server command can be performed using commands in JSON format. Unfortunately, at this moment documentation is not ready, but we will be happy to answer your questions. Tell us what functions you require.

Thank you.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Implementation in Websites

Post by Anuranjani »

Hi Andrew,

Thank You,

Can you please give me the solution for integrating below function using Stimulsoft Reports.Server.

DataSet ds = new DataSet();
ds = obj.FetchData( SessID, PID,OID, StrCon);
StiReport report = new StiReport();
report.Load("SampleReport.mrt");
report.Dictionary.Clear();
report.RegData(ds);
report.Dictionary.Synchronize();
report.Render();
StiPdfExportService pdfExport = new StiPdfExportService();
pdfExport.ExportPdf(report, filePath);
report.ExportDocument(StiExportFormat.Pdf, filePath);
Thank You,
Darsana.R
Andrew
Posts: 4105
Joined: Fri Jun 09, 2006 3:58 am

Re: Implementation in Websites

Post by Andrew »

Dear Anuranjani,

Do you want to make these actions on the server using gui or through the api server without gui?

Waiting for your reply.
Thank you.
Andrew
Posts: 4105
Joined: Fri Jun 09, 2006 3:58 am

Re: Implementation in Websites

Post by Andrew »

Dear Anuranjani,

We have uploaded a video that shows how to implement our Stimulsoft Reports.Servers using GUI.
http://youtu.be/HeS7g9BUhsk

If you need we can prepare a video how to do the same using API.

Waiting for your reply.
Thank you.
Post Reply