reportviewer2008

Create ASP.NET ReportViewer in a child control in ASP.NET; Document Map button breaks

╄→гoц情女王★ 提交于 2019-12-11 01:27:39
问题 We are having a strange issue with the Visual Studio 2008 ReportViewer control. Specifically, when we have a child control on a page, and the child control itself hosts a report viewer, and the report has a document map, the postback on the show/hide document map button seems to be lost, so the document map never disappears. I played with IPostBackEventHandler and didn't seem to get anywhere; the ReportViewer itself implements that interface so I didn't think I cared. Anyway, here's the code:

ReportViewer control not displaying reports

我是研究僧i 提交于 2019-12-10 20:35:32
问题 I have looked just about everywhere for a solution to this issue and have not found one that has worked for me yet. I have a reporting server (2008 R2) set up on our hosting server. I have created a report from scratch using the report builder, tested it out while logging into the report server with its URL and it successfully generates reports. When I try to view the report from our MVC application, only the reports toolbar renders (showing export, print, pages, and the view report button).

How to call print from asp.net on a reportviewer control?

最后都变了- 提交于 2019-12-04 04:25:52
问题 I'm using ssrs with an asp.net reportviewer control to display server reports. We want to do away with the toolbar because it doesn't fit with our look and feel but we want to maintain some of the functionality, the one bit I'm struggling with is the print. Is there any way to bring up the same print dialog as the print button on that toolbar from the asp.net page? http://msdn.microsoft.com/en-us/library/ms252091(v=VS.80).aspx Is the closest that I’ve found, however I’m not using local