Can MVC WebAPI & Javascript be used to display reports?
Can MVC WebAPI & Javascript be used to display reports?
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?
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.
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?
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?
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.
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?
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?
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.
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?
I can use them. I wanted the app to be a SPA one.
Re: Can MVC WebAPI & Javascript be used to display reports?
Hello.
It's possible to use Flash Designer and HTML Viewer in a SPA using frames only.
Thank you.
It's possible to use Flash Designer and HTML Viewer in a SPA using frames only.
Thank you.