Page 1 of 1
Can MVC WebAPI & Javascript be used to display reports?
Posted: Sat Feb 28, 2015 7:23 am
by Craig
I would like to use ASP.NET but instead of using the report's ASP.NET server controls, I would like to use MVC WebAPI (REST) & Javascript. Is this possible?
Re: Can MVC WebAPI & Javascript be used to display reports?
Posted: Sat Feb 28, 2015 7:17 pm
by Jan
Hello Craig,
I need request additional information from your side. Can you say how you want to use our product? Show report? Design report? Generating reports without showing?
We have ASP.NET MVC versions of our components. Did you see it?
Thank you.
Re: Can MVC WebAPI & Javascript be used to display reports?
Posted: Sat Feb 28, 2015 9:37 pm
by Craig
I want to show and design reports in an ASP.NET WebForms app but use http requests from the browser instead of embedding server controls in aspx/ascx pages. The designer will be in Flash and the viewer is html. Can these be done using Ajax calls only?
Re: Can MVC WebAPI & Javascript be used to display reports?
Posted: Mon Mar 02, 2015 6:44 am
by Vladimir
Hello,
Our Flash and HTML5 components are supplied as a DLL library, and therefore you will not be able to deploy them on the client without the server side.
Thank you.
Re: Can MVC WebAPI & Javascript be used to display reports?
Posted: Mon Mar 02, 2015 5:30 pm
by Craig
I understand that and that's not what I am asking. I am asking if the report markup can be retrieved using ajax calls (jQuery's .ajax() function or angularjs's $http or similar actions) instead of doing postbacks to a page with asp.net server controls.
Re: Can MVC WebAPI & Javascript be used to display reports?
Posted: Tue Mar 03, 2015 6:41 am
by HighAley
Hello, Craig.
Unfortunately, it's impossible to avoid using server side controls.
There is only way to generate report on server side and export it to HTML. But it will be impossible to use any our Designer or Viewer.
Why can't you use server side controls?
Thank you.
Re: Can MVC WebAPI & Javascript be used to display reports?
Posted: Tue Mar 03, 2015 7:40 am
by Craig
I can use them. I wanted the app to be a SPA one.
Re: Can MVC WebAPI & Javascript be used to display reports?
Posted: Tue Mar 03, 2015 7:54 am
by HighAley
Hello.
It's possible to use Flash Designer and HTML Viewer in a SPA using frames only.
Thank you.