Is there any way to export RDLC reports in HTML format in visual studio 2010?
there are only 3 available format(excel, word, pdf)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Creating a Custom Export to Excel for ReportViewer (rdlc)
by default, supported formats does not include html
http://msdn.microsoft.com/en-us/library/ms251839(v=vs.80).aspx
However, you can read excel or other data and generate html output.