Hello,
I have an Angular 6 application which has Devextreme Document Viewer fucntionality and a ASP.NET Web API application (Devexpress Reporting module is integrated) for Report Design purpose.
I am able to generate Document Viewer. After page initialization we are making a Web API call to fetch report design. The call is hitting API endpoint and an instance of XtraReport is also getting created in the process. We are returning the object as JSON.
But the client application (browser) is receiving NULL.
I have followed Devexpress Report Documentation. Now I seek your assistance in rendering the report in document viewer and also the right configuration & steps in doing so.
For referential purpose I am attaching both the projects (Angular & Web API).
Thank you,
Chayan Kar