Tagged Questions

Microsoft Report Viewer control enables applications that run on the .NET Framework to display reports designed using Microsoft reporting technology.

learn more… | top users | synonyms (1)

16
votes
4answers
7k views

ASP.NET MVC & SQL Server Reporting Services

I am getting started with ASP.NET MVC. Is it easy or even possible to use the ReportViewer in MVC as you can with webforms? If not, what can be done?
15
votes
6answers
54k views

ReportViewer Client Print Control “Unable to load client print control”?

Has anyone come across this issue? Seems MS have broken it with their own update: A number of people have reported problems using the ActiveX print control in the report viewer after ...
12
votes
3answers
12k views

Using MS ReportViewer in WPF

I'm about to start using the MS ReportViewer in a WPF application by placing the ReportViewer in a WindowsFormsHost. Is this the correct approach? What is the best way of designing the reports as you ...
7
votes
4answers
6k views

Microsoft ReportViewer: Session Expired Errors

The project is ASP.NET 2.0, I have never been able to reproduce this myself, but I get emails informing me it happens to clients many times a week, often a few times in a row. Here is the full error: ...
7
votes
1answer
2k views

How can I render a PNG image (as a memory stream) onto a .NET ReportViewer report surface

I have a dynamically created image that I am saving to a stream so that I can display it on a ReportViewer surface. Setup: Windows Client application (not WebForms) Report datasource is an object ...
6
votes
3answers
4k views

How can I use a reportviewer control in an asp.net mvc 3 razor view?

I'm trying to use a reportviewer control, within a razor view, in the mvc 3 framework. The online documentation talks of drag and drop. Any suggestion on how to insert it into the view.
6
votes
3answers
3k views

Visual Studio 2010 Local SSRS Report (.rdlc) with Object Data Source

Good evening everyone -- I'm completely stumped on something and hope that y'all will be able get me on the right track. I've created more projects using ReportViewer 2005 and 2008 in local ...
6
votes
2answers
8k views

Using ReportViewer 9 control in VS 2010

I am writing an ASP.NET app that uses a SQL Server 2005 with SSRS setup. I want to use the ReportViewer control but I get an error when using ReportViewer 10 because it needs SSRS 2008. How can I ...
5
votes
0answers
157 views

Security Error with Report Viewer Control and RDLC Reports in ASP.NET 4.0

Using ASP.NET 4.0, I'm creating an RDLC stream by instantiating a Microsoft.ReportingServices.RdlObjectModel.Report, setting the Code property, and returning the stream using the RdlSerializer. Then ...
5
votes
4answers
305 views

A Report Designer for Clients (Dynamic Reports)

I need a report designer for my clients. My Clients don't know anything about database or DBMS. They want to have a designer to design their reports. They want to drag their custom fields in a page ...
5
votes
3answers
2k views

Viewing SSRS Reports in an ASP.net MVC Site

Is there a way to put a SQL Server Reporting Services report viewer control on an ASP.net MVC view? If not...what is the best way to accomplish this?
5
votes
2answers
540 views

SSRS Report problem in wpf

DataTable reportData = this.GetReportData(startId, endId, empId, minAmount, reportType); ReportViewer reportViewer = new ReportViewer(); reportViewer.ProcessingMode = ...
5
votes
2answers
13k views

Microsoft ReportViewer Web Control Requiring a ScriptManager

I'm trying to render the report viewer programmatically within a custom Page placed in an IHttpHandler context ReportViewer rv = new ReportViewer(); ReportDataSource rds = new ReportDataSource(); ...
5
votes
1answer
6k views

Export C# reportviewer control programmatically

Does anyone know if you can programmatically save a report shown in a reportviewer control in C#? When a report is shown there are "Export to..." buttons and I would like to automate the saving to ...
4
votes
1answer
123 views

what is the right form for program crystal report in asp.net? and visual basic

Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As EventArgs) Handles GridView1.SelectedIndexChanged Dim rptv As New rptVenta() Session("vseleccionada") = ...
4
votes
4answers
372 views

Microsoft Reports Adding Two Column Values

Is it possible to add two column values say I have 3 columns: Item 1 | Item 2 | Total =Fields!Item1.Value | =Fields!Item1.Value | ??? What I want to ...
4
votes
5answers
1k views

ASP.NET ReportViewer Google Chrome CPU usage

We have found an interesting issue between ASP.NET 3.5 and ReportViewer with Google Chrome. Our set of pages work fine until a ReportViewer control displays a report. Google Chrome then eats up 50% ...
4
votes
8answers
8k views

ReportViewer - Hide PDF Export

I make use of a ReportView component in a VB.Net 2005 app. How can I disable the PDF export functionality, only keeping the MS Excel format?
4
votes
1answer
1k views

Project Reference in RDLC ReportViewer Report

I have a Visual Studio 2005 solution which contains two projects - a Windows Forms project in VB and a class library in C#. My VB project includes an RDLC report file. I have recently learned that ...
4
votes
4answers
7k views

Reportviewer datasource in asp.net-mvc

How do I integrate reportviewer in asp.net mvc project? I want to add business objects of MVCProject.Model namespace. Reportviewer allows Business objects of DataSet. Is it possible to choose other ...
4
votes
5answers
5k views

ReportViewer Control - Height issue

In my asp.net application, I am trying to open a particular report. I have the ReportViewer Control set with width of 100% and height of 100%. Now I expect that to mean that the report will take up ...
4
votes
2answers
5k views

How to show images on an RDLC report

I have an RDLC report and would like one of the columns in a table on this report to display images. The datasource for my report is a class that has a property called Image of type ...
4
votes
1answer
1k views

ReportViewer displaying black background in Print Layout mode

In my ReportViewer control, when I click on Print Layout, the background turns black on the report. This must be a bug. Is there a workaround?
3
votes
0answers
321 views

Report Viewer Web Control Version 10 Gives Error Despite Set Up Correctly

Reports are deployed and working, verified in Report Manager. My application is an MVC2 app with my report on its own aspx page. This page worked with version 8 of the report viewer control, but we ...
3
votes
1answer
294 views

VS 2010 Report Viewer Cannot Access Nested Collections, Anyone?

I have spent the better part of 10 hours trying to figure this out with no luck and I have gone through all the walk through on MSDN as usual they are worthless - extremely limited. If I make the ...
3
votes
1answer
126 views

ReportViewer 2010 fails to evaluate expressions

My project is ASP.Net WebForms on 4.0 framework, using the ReportViewer 10, local RDLC reports rendered using Local processing mode. My problem is that many of the expressions in my report are not ...
3
votes
1answer
509 views

Build of project with RDLC cannot find custom assembly

I've been tearing my hair out for three days trying to get an RDLC report to build in VS2010. I want to access a custom assembly from another project in the same solution in an expression for a Text ...
3
votes
1answer
2k views

SSRS tablix Merging cells vertically problem

I found the colspan and rowspan property defined in TablixCell,but in report Designer still can't vertical merge cells,if i modify the RDL xml file manually set Rowspan,the reportViewer show me error ...
3
votes
1answer
414 views

Alternative SSRS Front-ends

Given that Sql Server Reporting Services is designed to be open and extendable, and that the bundled Report Manager isn't that great, are there any alternative open-source SSRS Front-ends out there? ...
3
votes
2answers
160 views

Different version of ReportViewer component in the same application

In my company i have an application which should run at two different sites with different database configuration. At one site we have Sql Server 2008 R2, at the other one Sql Server 2005; we cannot ...
3
votes
1answer
847 views

Accessing the SQL Server report viewer control in WPF

I have tried to do use the report viewer that comes with VS2010 in WPF. I created the report and tested the same with a windows application it works. Then I used the same RDLC file in the WPF with the ...
3
votes
3answers
443 views

Requirements for design-time data source in Report Viewer 2010

What are the requirements for a custom data source to be listed in the 'Data Source' drop-down list when adding a Dataset to a .rdlc report in Report Viewer 2010? As can been seen from the screen ...
3
votes
4answers
2k views

Getting the relative path to the rdlc report in my winform app

I am automatically creating a PDF from some of our reports in a month-end process. I am running into a problem where ReportViewer.LocalReport can't find my report. Within the project, the report files ...
3
votes
1answer
660 views

Is there a way for printing a report without previewing it on report viewer?

I want to print a report (RDL) directly without previewing it. Is there a solution for this work?
3
votes
2answers
2k views

.NET ReportViewer capabilities: Displaying multiple rows

Situation: We've designed a decent looking Report page using the .NET ReportViewer (ASP.NET, RDLC) with a custom object from our object model. My underlying (and possibly incorrect) assumption was ...
3
votes
4answers
3k views

Report Viewer problem after moving to new server

I have just moved a site from a Windows 2003, IIS6 SQL 2005 server to a new one with Windows 2008, IIS7 and SQL 2008. I am having problems with the Report Viewer. I have installed the Report Viewer ...
3
votes
3answers
5k views

ReportViewer height issue. Hiding scrollbars

I'm using MSSQL 2005 Reporting Services and in this case I need to display some reports on an ASP.NET page using the ReportViewer control (I guess thats the only way, right?). The problem is that I ...
3
votes
4answers
5k views

ASP.NET rdlc with external images not displaying images in PDF

I'm using the Microsoft ReportViewer that comes with ASP.NET and have a report parameter that should be setting the value (path) of an image in my report. I'm providing the path as a complete URL ...
3
votes
1answer
734 views

Suppress warning for rsOverlappingReportItems

Is there a way to suppress the following warning? warning rsOverlappingReportItems: The image 'image3' and the image 'image1' overlap. Overlapping report items are not supported in all ...
3
votes
3answers
8k views

Using subreports with Microsoft's ReportViewer control in local mode

Does anyone have a recommendation for an excellent reference on Microsoft's ReportViewer (VS 2008 flavour) when used in local mode? I'm currently using it but parts of it are a bit of a black box so ...
3
votes
2answers
2k views

Textbox on ReportViewer (RDLC) not wrapping but forcing a page break

Situation: My report uses several ReportViewer Textbox controls which grow and shrink, depending on the size of the bound text. When the text in the ReportViewer textbox control is too long to fit on ...
3
votes
2answers
1k views

ReportViewer “Missing URL parameter: Name”

In a web application I'm working on the ReportViewer keeps giving me a error "Missing URL parameter: Name". I have found the cause but not a solution. The url that is causing the exception from the ...
3
votes
1answer
400 views

Set reportviwer's parameter in an application

How do we set the parameters of .Net's reportviewer?
3
votes
1answer
1k views

SSRS WinForm Report Viewer Actions

I am looking at the report viewer WinForms control in SSRS 2005 and want to know if you can have actions do something other than call a URL or show another report. My boss likes the report viewer ...
3
votes
4answers
6k views

ReportViewer Control and Ajax UpdatePanel

Did anyone of you ever find a way of getting the Microsoft Report Viewer Control (Web) to work from within an Ajax UpdatePanel?
3
votes
7answers
5k views

ReportViewer - modify toolbar?

Do anyone have good ideas of how to modify the toolbar for the WinForms version of the ReportViewer Toolbar? That is, I want to remove some buttons and varius, but it looks like the solution is to ...
3
votes
5answers
3k views

Does the Microsoft Report Viewer Redistributable 2008 really require .NET Framework version 3.5?

I'm packaging up a .NET 2.0 based web app for deployment through a Windows Installer based package. Our app uses Report Viewer 2008 and I'm including the Microsoft Report Viewer Redistributable 2008 ...
2
votes
1answer
29 views

Qt equivalent for Microsoft's ReportViewer

Is there a Qt equivalent for Microsoft Report Viewer (something that would work not only on windows but on linux and osx, too)? So, some Qt component for designing and printing reports.
2
votes
1answer
107 views

How do you create a report (rdlc) that shows 1 record per page

Having some trouble getting this to work... I basically want the report to look similar to: The way I remember doing this in the past was by creating "page groups" in the report wizard. However, I ...
2
votes
1answer
113 views

Alternative to Report Viewer for SQL Reporting Services

We're looking to develop an upgrade to our existing ASP.NET application in MVC3. Our current app is IE only based and the upgrade will be browser neutral, i.e. it must work in IE8+, firefox, chrome ...

1 2 3 4 5 15