I have an aspx.cs page
And in it I have an RDLC report, so I retrieve byte [] from that report and transform it into base 64 and return it to my front end.
Now I w