Search found 2 matches

by CyberCode
Wed Jan 20, 2021 12:49 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Angular Report: ExportReport action not called.
Replies: 2
Views: 2013

Re: Angular Report: ExportReport action not called.

I found the solution to my post. The issue was I was relying on my interceptor for Angular's HttpClient (which had a bug of its own, see below) to insert the base url (in this case, http://localhost:55853) into the requests. The interceptor works only when HttpClient is used and it appears that the ...
by CyberCode
Tue Jan 19, 2021 7:16 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Angular Report: ExportReport action not called.
Replies: 2
Views: 2013

Angular Report: ExportReport action not called.

Hello, I have created a report page using the new Angular libraries and i've been running into some issues. The latest issue is the action ExportReport is never sent back to the server when trying to save the report in any format. Print Preview and Print works, but when I select PDF from the print d...