2
votes

I have just installed the new SQL Server 2012 with Reporting Services. When I go to my report server page at http://localhost/Reports and select a report, the filter/input bar connected to the report has got a new blueish look. However, when im using the ReportViewer server control version 11.0.0.0, I still get the old beige look as previous versions. It is also missing the new button "Export to Data feed".

Does anyone know if the new ReportViewer server control should look like this or am I missing something?

3

3 Answers

0
votes

The ReportViewer control is actually an ASP.NET control provided with Visual Studio, not part of your SQL Server installation. ReportViewer on MSDN

My suggestion would be to try installing the Visual Studio 11 beta and see if there's an updated version of the control in there.

0
votes

It is, or at least most of it is. I can't seem to find the Microsoft.ReportViewer.Common dll in my install of VS2012, but that might just be my install. If you don't trying an out of date version from the VS2012 preview, you can download it here: http://www.microsoft.com/en-us/download/details.aspx?id=27230