reportviewer

ssrs column groups disable multiple columns

I'm using ASP.NET 4.0 Visual Studio 2010 RC version Sql Server Report Services (SSRS) ReportViewer and are aware that columns only display on PDF export - not the preview. I want to use a matrix embedded in a table on a page that has multiple columns. I've done some testing and frustratingly found that if you have a tablix with at leas...

Can't see or add Website Data Sources in RDLC report in ASP.NET MVC

In the RDLC report, in Design view in Visual Studio 2008, we don't see anything in the Website Data Sources tab and the button to Add New Data Source is grayed out. Only the Refresh button is enabled, and clicking it doesn't do anything. Our business logic layer returns Lists of business objects and the business logic and business obje...

Using microsoft report viewer with objects

Ive got some nested objects that I am trying to generate reports for. A BackupClient contains BackupVersions and BackupVersions contain BackupFiles. I passed in the list of BackupClients - and the report displays the client name, etc.... but to display the versions - It says I have to have a Binding Source for BackupVersions. If I pull a...

ReportViewer Error When AsyncRendering set to false

I have problem using reportviewer with asyncrendering set to false, the report showing this error message: "The underlying connection was closed: An unexpected error occurred on a receive. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. An existing connection was forcibly ...

Error - ReportExplorer -FolderPipeline - plFoder

Hi there. In my system there's an option to show some reports for the users using ReportExplorer (Report Viewer). Suddenly, if I try to execute it, give me this error: "Error opening ReportExplorer. Message: FolderPipeline: 'plFolder' could not be opened." Does anyone out there, could help me on it? ty! ...

Does RDLC fire any events when binding to a datasource?

In Microsoft ReportViewer Web server control I have a report in RDLC that "binds" a table to a datasource. Are there any events fired that I can hook into on each cell/row so that I can programmatically set formatting properties for each row/cell in my c# code? ...

Visual Studio 2008 ReportViewer: report does not run with parameters

I have visual studio 2008 and I am designing a web site that is using the report viewer in local mode. The language that I am using is VB. I created a report using the wizard and I am using a stored procedure in SQL2008 that takes in two parameters (two date type parameters: startdate and enddate). In the wizard, the following is how I ...

How can I clear parameter values in the WinForm ReportViewer control?

Hi, I am using the ReportViewer control to show my server report in my WinForm application. I set report parameters like this: List<ReportParameter> parameterValues = new List<ReportParameter>(); ... parameterValues.Add(new ReportParameter("parameter name", "parameter value")); ... myReportViewerControl.ServerReport.SetParameters(param...

Web ReportViewer authentication

I need some help with authentication when using the web reportviewer to view SSRS reports. In IIS I've set "Windows Authentication" only and unchecked "Anonymous Access" and the other checks in the Directory Security tab. The result in my website is that WindowsIdentity.GetCurrent() returns the ASPNET user and Request.LogonUserIdentity...

SubReport in ReportViewer (VS2010)

I have a problem when try to add a SubReport to a report. I'm using Visual Studio 2010. I've two report and two DataSet, one of every report. I've created master-report (report1 with DataSet) and i've added a subreport (report2 with DataSet1). I've created this event in Form_Load: this.reportViewer1.LocalReport.SubreportProcessing += n...

How to use or get working: Reporting services report viewer component in VS.NET

I am trying to write a simple web app (C# or VB.NET) to display a set of reports/subreports, but I can't seem to get access to the ReportViewer control. I am using VS.NET express (2005 and 2010) and I know I need the reportviewer pluglin. but I have installed it but I can't seem to get it to appear in the toolbox. I have tried to add a r...

ASP.Net Reportviewer in folder not working

We can run the ReportViewer in a ASP.Net Web App project that is off the root OK so localhost/test/report.aspx works. It's running as a Client Report. But if we move the application up another level the report stops working so localhost/testfolder/test/test.aspx. When the report fails it has no data to display and none of the images ar...

How to add CSV option in ReportViewer toolbar export options

Hey Guys Currently my ReportViewer control displays options for PDF and Excel, I need to add CSV as an option. Im using VS2008, and the ReportViewer is local to the WPF solution ...

Run Reporting Service in local mode and generate columns automatically?

Hi, I have a SQL query right now which I want to use with the MS reporting services in my ASP.NET application. So I created a report in local mode (rdlc) and attached this to a report viewer. Since my query uses parameters, I created a stored procedure, which had exactly those parameters. In addition to that I had some textboxes which ar...

How to display middle value in a RDLC report where count equals 3?

I'm currently using an RDLC report and ReportViewer control to display a report to the user. The report needs to be formatted in a certain way so just creating a table and iterating through won't work. My database is set up to be pretty normalized. For example, two tables I have are a "PersonalData" table with a ID and a "PhoneNumbers" t...

Using ReportViewer 9 control in VS 2010

Hi, 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 use ReportViewer 9 within my application. I've added a reference to the Microsoft.ReportViewer.WebForms.dll version 9 and removed the r...

Report Definition Grouping and Drilldown.

My question is regarding rldc file creation to be used in reportviewer control. The environment is vs 2008 and winforms. I have a the following situation. A company object which has a list of Employees. Each employee object has a list of CompletedTasks as well as the employee name,number and job type. A completed Task is a simple obj...

ReportViewer with DataSets

I have a question about the following architecture. I am importing my business objects into my client using WCF. Due to the complexity of the business objects ( nested hierarchies ) I want to flatten out my business objects into a dataset/datatable. There are many more tutorials and how-to on successfully using datatables in a report t...

a generic error occurred in gdi+

I'm receiving "a generic error occurred in gdi+" processing error while running a preview of my report inside visual studio. when i have not designed the report at that time there was no error! but when i have designed it completely it gives that error. Hope anyone can help. Thanks in Advance Vish! ...

display jasper Viewer inside a jpanel/jframe..?

Hi everyone, i'm a newbie in using jasperreports. In my swing application i wanna show jasper viewer inside a jpanel or jframe..! can anyone help me out..? Thanks in advance...! ...