Questions tagged [report-viewer2012]

51 questions
8
votes
1 answer

Export .rdlc report to pdf in Landscape mode

My report properties are set to Width 11in and Height 8.5in. My body properties are set to Width 10in and Height 7.5in and the margins are 0, but the report always displays in portrait mode. The person who coded the page is using a reportviewer…
user3923437
5
votes
0 answers

How to print normal RDLC report despite machine resolution

I am developing a Windows Form application in c# .Net 4.5.1 and I 've added few rdlc reports as part of it. Each report was added for a different purpose and is being shown in a separate form based on user request. Each form is simple it simply…
5
votes
1 answer

How to use ReportViewer 2012 in Visual Studio 2013 (WinForms/Wpf)

I would like to upgrade a project which uses RDLC to create reports. The solution uses Report Viewer 2010SP1. I installed successfully the report viewer 2012 runtime, however the component does not appear in the add references windows of visual…
HCL
  • 36,053
  • 27
  • 163
  • 213
4
votes
0 answers

Not able to add "Microsoft.ReportViewer.WinForm" v11 reference to VS2012 project

I was asked to migrate a WinForm application developed over Visual Studio 2008 to Visual Studio 2012. One of the win-forms contains a Report Viewer component that is taking more time than I would have expected due to a…
4
votes
1 answer

Microsoft ReportViewer 2012 Reference

I have Microsoft.ReportViewer.WinForms version 11.0.0.0, publickeytoken 89845dcd8080cc91 in %WINDIR%/Assembly. Actual file version is 11.0.3412.0. I have the 2012 ReportViewer redistributable installed. I go to add a reference to my .NET 4.0 C#…
user210757
  • 6,996
  • 17
  • 66
  • 115
3
votes
4 answers

Done executing task "RdlCompile" -- FAILED Error in Visual Studio 2015

When I run my code from Visual Studio 2015 it gives error and the build failed. When I build or rebuild or clean the solution there is no error, But when I run it by clicking on the Start button it failed. It is a desktop application. I cannot see…
Trupti J
  • 512
  • 1
  • 4
  • 16
3
votes
2 answers

VS 2010 misses "Microsoft.ReportViewer.Common Version=8.0.0.0" when running with SSRS 2012

Our project is built with VS 2010 and reports are built with SSRS 2005 and it works just fine, in this environment. We are trying to migrate to SSRS 2012. In run time we get this error 'Microsoft.ReportViewer.Common, Version=8.0.0.0,…
2
votes
1 answer

HTTP Error 500.19 - Internal Server Error on ReportViewerWebControlHandler

I have been trying from past few days to run Report Viewer in my application but failed. The problem is that when I add
AnumR
  • 85
  • 1
  • 12
2
votes
0 answers

ReportViewer is slow in Azure with Redis Cache

Given I'm using an ASP.net 4.5 site with And a RedisSessionStateProvider for sessionState (connectionTimeoutInMilliseconds="50000" operationTimeoutInMilliseconds="10000"…
Michael Blake
  • 2,068
  • 2
  • 18
  • 31
2
votes
0 answers

RDCL report viewer toolbar icons not visible Asp.net

Code I am geeting the following toolbar with no images of icons Toolbar image I need the foolwing toolbar guys…
2
votes
1 answer

SSRS export to xlsx broken?

I have reports which I'd like to render to excel using just a link. In order to do this, I have a page (web application, actually) which uses the ReportViewer to select the parameters and then intercepts the rendering phase using the following piece…
Onno
  • 295
  • 3
  • 21
2
votes
0 answers

How to deploy Report Viewer Runtime for projects developed in Visual Studio 2015

I have converted the VS 2013 WinForm project to VS 2015. Once I installed it on client, report viewer is asking for Microsoft.ReportViewer.WinForms 12.0.0.0. With VS 2013 projects Report Viewer 2012 Runtime worked fine. I haven't been able to…
2
votes
1 answer

How to check if Microsoft Report Viewer 2012 Runtime is installed C#

In my demo application, there is a requirement where I have to check that Microsoft Report Viewer 2012 Runtime is installed on client machine, on that basis i have to perform some task, but I'm not able get how to check Microsoft Report Viewer 2012…
Sumit Kesarwani
  • 563
  • 2
  • 4
  • 22
1
vote
1 answer

Reportviewer (RDLC), hide a row on the first page

Is there a way to trigger the row visibility depending on the page number? i need to show a grant total at the beginning of a table and a subtotal at the end of every page, but the subtotal only, if the report will be greater than 1 Page. I tried…
Dom84
  • 852
  • 7
  • 20
1
vote
0 answers

Creating Reports using ReportViewer with Dynamic Dataset and PostgreSQL DB in WPF

I have created a system in VS2012 using C# WPF and PostgreSQL Database. It works great aside from reporting. I am a novice in C# programming and I can't create a simple report. I don't create a Dataset using the wizard, I have a code-behind for my…
Curbside Coder
  • 291
  • 3
  • 15
1
2 3 4