report-viewer2012

Reportviewer and report are in different projects in the same solution. How do I attach the report to the viewer

☆樱花仙子☆ 提交于 2019-12-24 08:59:17
问题 I have a forms application and it has a reportviewer in it. In the same solution, but different project, I have a report (rdl). I would like to use the report in the different project as the report displayed to the reportviewer. This is opposed to using a report that is deployed to a server. I originally had this report deployed to a local reporting server. I was using that deployment to display to the reportviewer. However, I would like to use a local one, so that I can upload this to a

Export .rdlc report to pdf in Landscape mode

夙愿已清 提交于 2019-12-23 08:53:00
问题 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 control inside of an aspx page which is being popped up from a JavaScript pop window writing the response to a pdf. If the report is opened in the report viewer it is landscape like expected. Any ideas anyone? 回答1: width, height and orientation of a

Microsoft ReportViewer 2012 Reference

若如初见. 提交于 2019-12-12 14:07:47
问题 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# project, and the only available selection is 10.0.0.0, file version 10.0.40219.329. So I browse to %PROGRAMFILES% (x86)/Microsoft Visual Studio 12.0/ReportViewer/Microsoft.ReportViewer.WinForms.dll, which shows as an 11.0 version, but when added the

Winforms ReportViewer not showing

倖福魔咒の 提交于 2019-12-12 00:06:33
问题 I am using Visual Studio Express 2012, I am trying to invoke my deployed reports using winforms, this is what i did. I created a new c# winforms application I went to the toolbox to look for the ReportViewer control(but it wasnt there) 2.1 So i added it manually by right clicking Toolbox > Choose Items > then i selected the report viewer After that i dragged and dropped it on the form(but it goes straight to the bottom tray and doesn't give me any options) I have seen many questions that