reportviewer

Giving custom text in the Y-axis, instead of numbers, in a Line Graph in Microsoft Report Viewer

I am using Microsoft Report Viewer RDLC to show a Line Graph. I need to give custom text like "Full", "Medium" etc instead of numbers as the y-aixs units. Is it possible to do this using Microsoft Report Viewer? ...

Unable to run my C# .net 2.0 application from a network machine. How to make it fail gracefully?

Tried out many things to run my application from a network location but nothing worked except increasing the Zone security for Internet Zone in the local machine to Full Trust using Microsoft .net framework 2.0 configuration. Hence now I am trying to at least handle the error that occurs when I try to run the application from a network...

SSRS 2008 / Visual Studio 2010 ReportViewer always shows the first page of the report

Hi, I'm having a problem with the Visual Studio 2010 RC Webforms ReportViewer. It shows the report ok when I am loading the page, but when clicking on "Next Page" or entering a page number, it just loads and displays the first page all over again. I have verified using Firebug that the request initiated by the paging button is actuall...

Visual Studio ReportViewer Control

Hey I'm trying to use the ReportViewer Control in Visual Studio 2008 but I'm having problems with viewing the "Smart Tag Panel". The little triangle which should be in the top right corner is not shown. I think the problem is that I can't select the ReportViewer in the Designer in Visual Studio. How do I fix this? Otherwise i tried to ...

How do I adjust overall width of rdlc report when some columns are hidden?

I have a customizable rdlc report where the user can choose which columns to show. All the columns are included in the report designer, and I use parameters to hide/show columns based on the user's choice. The report renders correctly, and only shows the selected columns, HOWEVER, the overall width of the report is the same as if all t...

Crystal Reports and Report Viewer runtime question

Using vs2008 c#. Howdy, Ive got an application where im trying to decide if i should use the Crystal reports or the Report viewer that comes with the visual studio install. My issue is that while it will run fine on my development machine, a lot of the machines the application will be deployed to in remote locations WON'T have the runt...

Why is HttpContext.Current NULL when using an ASP.NET ReportViewer and an ObjectDataSource?

Hi there, I have an ASP.NET Web Forms app using Entity Framework in the data layer. I've recently changed the app over to use one Object Context per request as per this post. It works great for the entire application except for any page which uses a ReportViewer to display something. I've noticed that it fails when trying to get an in...

Reportview export to pdf missing alt tags

Hi I'm working with reportviewer in vs2008, whey I try to export my report to pdf it is creating pdf successfully.. But here my problem is when I'm exporting my pdf file is missing alt tags for images which is previously there in my report. In my reportviewer it is showing alt tags for every image. But in pdf it is not showing any alt...

Help with Report Viewer

My Items table contains items with each item has a specific date. I want to generate a report that displays items between two different dates. For example, I'd put two timedatepicker controls so the user selects From: 24/9/2009 To: 19/3/2010 and then press a button to generate a report of items between these dates. I'm using Report View...

Report Viewer - Out Of Memory Exception

Hi, i'v got a problem with the Report Viewer form .NET 2008. I'ave to get Some 100000 Records for my company for a year dump report. The problem is i get the OutOfMemory Exception on the design of report. Do you know how can i fix it? I get only the column i need and i use a Dataset to display. Thanks Julien ...

Is the redistributable ReportViewer 2010 RC available in other languages?

I need to deploy the language packs for the ReportViewer 2010 control (the english one is installed and working perfectly). Before, with ReportViewer 2008 and 2005, all the supported laguages were available on the MS downloads site. I can't seem to find them for the RC of 2010 -- are they available anywhere? From MSDN: To use the ...

How to run report in ReportViewer without having to click View Report button?

I've set up my report with params and it's value. When I run the page, it wants me to click the View Report button, but I need it to just run instead of interacting. Any ideas on this? Here's my code: rptViewer.Reset(); rptViewer.ProcessingMode = ProcessingMode.Remote; rptViewer.ServerReport.ReportServerUrl = ...

Crystal Reports Reportviewer - Set Datasource Dynamically Not Working :argh:

I'm running CR XI, and accessing .RPT files through a ReportViewer in my ASP.NET pages. I've already got the following code, which is supposed to set the Report Datasource dynamically. rptSP = New ReportDocument Dim rptPath As String = Request.QueryString("report") rptSP.Load(rptPath.ToString, 0) ...

Using Teleriks ReportViewer Client side API

Does anyone have an idea how to set up Reportviewer to use the client side API. I want to use the ExportReport(format) function. Requirement is to export the data directly into either an excel or PDF. Do not have to display any data on the page itself. Any example will be a great help. ...

Working with Jasper Reports

Hi all, can I integrate the jasper report viewer to my swing application as like if I click on view report button from my application then viewer should be opened. If so could you advise me with code snippet for this integration and in this viewer the save as type should be restricted for PDF only rather than every other download option...

SQL Server 2005 Reporting Services and the Report Viewer

I am having an issue embedding my report into an aspx page. Here's my setup: 1 Server running SQL Server 2005 and SQL Server 2005 Reporting Services 1 Workstation running XP and VS 2005 The server is not on a domain. Reporting Services is a default installation. I have one report called TestMe in a folder called TestReports using a sha...

Repoer Designer for vb.net using Visual Studio 2008 and a SQL 2005 back end database other than Crystal Reports

We are developing in vb.net using Visual Studio 2008 and a SQL 2005 back end database and are looking for a Report Designer that can be used to build reports and give the User the ability to modify and create reports once the software is sold and in use. ...

Report Designer for vb.net using Visual Studio 2008 and a SQL 2005 back end database other than Crystal Reports

We are developing in vb.net using Visual Studio 2008 and a SQL 2005 back end database and are looking for a Report Designer that can be used to build reports and give the User the ability to modify and create reports once the software is sold and in use. ...

Theoretically basic RDLC question

I'm trying to do something that I thought ought to be reasonably simple but I keep failing... Maybe I just need more coffee, but I thoguht i see if anyone else has solved the problem already. I've got a report, it contains a pile off rows. I want the row to show up grouped by one column called office. I want the groups of offices sort...

Alternative to ReportViewer

Hey, I've been getting some beans from my webhost setting up support for MSFT's ReportViewer. Are there any good alternatives you can recommend? ...