When developing reports using SSRS BIDS/SQL Server 2008 R2 is there anyway you can alter the metatag or css used for the report.
I want to add this to the header of the report part in question:
<meta http-equiv="X-UA-Compatible" content="IE=7">
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.
I was also trying to find an official way to achieve that but this far I haven’t been successful. My hack way, that seems to get the job done, is to update the file ReportViewer.aspx located under the path below.
Just add the meta tag to head section.