Can I use RDLC with this template?
Quote from imspikey on February 18, 2019, 12:04 pmHello and thank you for this great template.
My question is can RDLC report be used with this template (free or pro)?like this link for example? https://www.youtube.com/watch?v=859BmmVOm8M
Hello and thank you for this great template.
My question is can RDLC report be used with this template (free or pro)?
like this link for example? https://www.youtube.com/watch?v=859BmmVOm8M
Quote from Eben Monney on February 26, 2019, 7:12 pmYes.
What you could do is render the report to your desired format (e.g. pdf) on the server and send the byte array to be rendered in your angular client.
The below libraries are some free options to viewing pdfs in angular
See this post on stackoverflow for a discussion specifically for how to render RDLC
https://stackoverflow.com/questions/49309797/rdlc-local-report-viewer-for-asp-net-core-and-angular2-0Regards,
Eben Monney
Yes.
What you could do is render the report to your desired format (e.g. pdf) on the server and send the byte array to be rendered in your angular client.
The below libraries are some free options to viewing pdfs in angular
See this post on stackoverflow for a discussion specifically for how to render RDLC
https://stackoverflow.com/questions/49309797/rdlc-local-report-viewer-for-asp-net-core-and-angular2-0
Regards,
Eben Monney