According to your description, now you have RDL report not RDLL report. And now you want to display the RDL report in the website page.
If my understadning is correct, I think you need to convert the RDL file into RDLC file, then we can use the RDLC file as control to display it in the web page.
For more information, please refer to the links below:
Member
239 Points
1074 Posts
call sql reporting in aspx page
Dec 02, 2013 06:26 AM|Capricon User|LINK
hey all
i sucessfully sql report in asp.net using visual stduio 2008 with sql server 2008 r2
i have a report name report1.rdll
now i have a form admin option and i add tab like reports
html
then any one please tell me how i call sql report ...
Member
239 Points
1074 Posts
Re: call sql reporting in aspx page
Dec 02, 2013 11:19 AM|Capricon User|LINK
anybidy tell me pleae
All-Star
18232 Points
2199 Posts
Re: call sql reporting in aspx page
Dec 03, 2013 12:49 AM|Michelle Ge - MSFT|LINK
Hi,
According to your description, now you have RDL report not RDLL report. And now you want to display the RDL report in the website page.
If my understadning is correct, I think you need to convert the RDL file into RDLC file, then we can use the RDLC file as control to display it in the web page.
For more information, please refer to the links below:
#Converting RDL to RDLC:
http://msdn.microsoft.com/en-us/library/ms252109%28VS.80%29.aspx
#How to display RDL:
https://groups.google.com/forum/#!topic/microsoft.public.crm.developer/1-3GgqospLc
Hope it's useful for you.
Best Regards,
Michelle Ge