Data Browser
- Viewing Site
Sector 23 Code Bank
Logged in as:
Guest
Similar Topics...
Setting up TFS 2010
Connect BIDS VS 2008 TO TFS 2010
NET Generate Local Resource Missing Controls
Missing Records in Crystal Report when dynamically placing field
Angular ui-grid does not clear cell data when reloaded
SSRS Aggregate of an aggregate
Visual Studio 2010: Attaching the Script debugger to process iexplore.exe failed
Reporting Services - The Item '/Data Sources' Does Not Exist - Lost Administrator rights to SSRS
Render raw HTML in Angular
Debug NUnit in Visual Studio 2010
TFS 2010 Open Folder in Windows Explorer
SSRS Send multi valued parameter filter to stored procedure
TFS 2010 Source Control Explorer Freezes
SSRS Parameter default value is blank when deployed to server
Ok Google, what does a total lunar eclipse look like
overflow-x does not work in Chrome
IE11 Cannot log in / gibberish in URL
Add a Print button to a page
Selenium does not always Click on Anchor Links, Checkboxes, or other Elements
SQL exception thrown from stored procedure does not raise exception in C
What does enableSessionState=ReadOnly actually do
DateRangePicker (DanGrossman) does not support two digit years
Retain Date Format when Exporting to Excel from SSRS 2005
IE 10 .NET button will not post back, but link button does
SSRS - Comparing multi-value parameter to NULL crashes report viewer
Angular JS - hide code while rendering
SSRS 2010 Rendering in IE11
SSRS
2010
ReportViewer
does
not
render
correctly in
IE11
. It is
missing
the
print
button
, and toolbar
button
s are displayed vertically instead of horizontally. You will notice
that
if you
enable
Compatibility mode, it
appears
okay.
Solution
:
Upgrade to ReportViewer
2012
. This
work
s even if you are
using
SQL
2008
R2
(any version
2008
or higher).
Step
s:
Download
ReportViewer
2012
Runtime
from
Microsoft
and
install
on
local
machine and
web
server
s.
Note
that
you may need to
install
the
2012
CLR
types
from
http://www.microsoft.com/en-us/download/details.aspx?id=29065
(about halfway down the
page
) if you don't have
SQL
2012
installed on the machine.
Update
web.config to reference
new
report
viewer
version:
Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91
Remove
old referenced
DLL
s and reference the
new
2012
version. For some reason it
does
not
appear
in
VS
2010
's
dll
list
. Instead, browse manually to C:\Windows\assembly\GAC_MSIL and
get
the
report
viewer
version
11
dll
.
Clean, rebuild, and
run
your
project
.
Test both
Export
to
Excel
and
Print
.
Created By: amos
12/19/2013 2:37:46 PM
Updated:
8/17/2018 2:33:07 AM