Use Stimulsoft report viewer with Web API

Stimulsoft Reports.NET discussion
Post Reply
faridprogrammer
Posts: 7
Joined: Tue Nov 11, 2014 1:48 pm

Use Stimulsoft report viewer with Web API

Post by faridprogrammer »

Hello,

I am writing an SPA application with Microsoft asp.net and Web API technologies.
I it possible to use Stimulsoft HTML report viewer with WEB API ?
I it is. How? Is there any tutorial available? I couldn't find any thing on this topic.

Thank you in advance
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Use Stimulsoft report viewer with Web API

Post by Andrew »

Hello,

Thank you for the question.
I am writing an SPA application with Microsoft asp.net and Web API technologies.
I it possible to use Stimulsoft HTML report viewer with WEB API ?
Our installation package contains many samples (the folder Sample can be found in the root installation directory) for working with our product. Please see them and let us know whether you found something appropriate for you. If not, please give us more detail about your task.
I it is. How? Is there any tutorial available? I couldn't find any thing on this topic.
Thank you in advance
Please take a look at our documentation at http://www.stimulsoft.com/en/documentat ... ng-manual/

Thank you.
faridprogrammer
Posts: 7
Joined: Tue Nov 11, 2014 1:48 pm

Re: Use Stimulsoft report viewer with Web API

Post by faridprogrammer »

I read the documentation but I couldn't find any sample for WEB API.
The only samples in asp.net section where ASP.NET WEB FORM and ASP.NET MVC.
There is no WEB API sample.
Could you please give me specific links?

Thank you in advance
faridprogrammer
Posts: 7
Joined: Tue Nov 11, 2014 1:48 pm

Re: Use Stimulsoft report viewer with Web API

Post by faridprogrammer »

FYI:
I am using Stimulsoft.Report.Web package/
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Use Stimulsoft report viewer with Web API

Post by Andrew »

Ok. It seems we got what you need). Unfortunately, we do not have any samples or a ready solution for SPA. So it seems you will need to implement this yourself and we as a part of support service will do the best to give you some advice.

P.S. Please give us more information about your project. What it does? What does your application do? Any additional detailed information will give us the possibility to give us the better reply.

Let us know if you have additional questions.
Thank you.
faridprogrammer
Posts: 7
Joined: Tue Nov 11, 2014 1:48 pm

Re: Use Stimulsoft report viewer with Web API

Post by faridprogrammer »

Thank you for your time and detailed answers.

A task assigned to me that its main out put should be a report viewer that works in our AngularJs application. We need to the viewer works without needing Iframe and asp.net MVC actions. My report viewer will be placed in some html views to show our reports. for server side api we use asp.net WEB API.

How can I do this. I need many features of original report viewer of stimulsoft (paging, zoom, and ...)

Thank you in advance
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Use Stimulsoft report viewer with Web API

Post by HighAley »

Hello.

Unfortunately, our product don't support WEB API.

As a way you could use our .Net Engine to generate reports and export it to HTML. Then you could show this HTML on your site.

Our Web components are work in conjunction with each other. If you use our HTML viewer, it communicates with server side and requests all necessary data. You could handle events or actions on server side in code. But you can't change the way of communication between them. And you can't use your own viewer.

Thank you.

Thank you.
Post Reply