Tagged Questions
The reportviewer2008 tag has no wiki summary.
6
votes
3answers
7k views
Visual Studio 2010 is asking to convert RDLC created on VS2008 to RDLC 2008 format?
I've created my project on Visual Studio 2008, as well RDLC files on it.
But now, when I open the solution on Visual Studio 2010 and want to open RDLC file, it's showing me a warning.
That's a ...
3
votes
1answer
384 views
Is it possible to export a SSRS report to Excel, with the report's chart as an Excel chart not an image?
I have a simple bar chart in an SSRS 2008 R2 report which is rendered using the VS2008 ReportViewer control in my ASP.NET AJAX application. By default, when the report is exported to Excel, the chart ...
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
211 views
IE7 ReportViewer Control
I have a site that I built and works well for everyone in IE8/IE9, Chrome and FireFox. However, now my client is asking for this to work in IE7 as well since there machine still has IE7. I can’t ...
2
votes
1answer
477 views
How to bind objects correctly with reportviewer?
I've been studying report viewer recently and I have one problem I cannot resolve...
I'm trying to bind data from a collection of objects (headers) where each object has a collection of child objects ...
2
votes
1answer
763 views
Create ASP.NET ReportViewer in a child control in ASP.NET; Document Map button breaks
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 ...
1
vote
0answers
325 views
ReportViewer Control and SessionState in Remote SSRS Server Mode
I have an issue with the way the ReportViewer Control uses SessionState.
Background : We have a .NET 3.5 WebForms App, which uses the ReportViewerControl in RemoteServer mode
As our application uses ...
1
vote
0answers
367 views
Missing Subreports when RDLC is moved to server
I'm having a hard time getting a sub report to show up in my application using reportviewer. It works perfectly when debugging it locally. But when I upload it to the server, the sub reports are ...
1
vote
1answer
463 views
How do I get page numbers to appear on rldc microsoft reports (local mode) when exported to pdf?
I need the page numbers to appear on the pdf export of the report. I'm using reportviewer 9. Anyone know how to do this?
Thanks,
Isaac
1
vote
1answer
585 views
How to call print from asp.net on a reportviewer control?
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 ...
1
vote
1answer
395 views
Anyway to load RDL report content into a WPF FlowDocument or similar?
I would like to know if someone have created a RDL report (running it in Reporting Services), and loaded it into a WPF component like FlowDocument.
Since RDL is just a XML, perhaps there's a way to ...
1
vote
1answer
427 views
Trying to calculate the Average of the non zero rows in a column in an RDLC
Is there any way to caculate the average of the non zero rows only for a column of data in a table in an RDLC for Microsoft report viewer?
ie
0
0
0
5
5
= 5 not 2
I tried Count( fields.n.value > 0 ) ...
1
vote
2answers
445 views
Why won't binding to a child object property with rdlc Report work in vs2010?
A while ago someone asked how to bind to a child object's property in a rdlc report. Question here.
The solution was to use an expression like this:
=Fields!ChildObject.Value.SomeProperty
I have ...
1
vote
1answer
1k views
Modifying Export to Excel in ReportViewer
I have a formatted table in ReportViewer. When I want to export to Excel though - I do not want to export the formatted table - instead I want to output the original/raw/unmassaged data table in an ...
1
vote
1answer
2k views
Asp.net Microsoft ReportViewer using rdlc page never loads
I have installed the Visual Studio 2008 sp1 Report Viewer Redistributable on the web server. I had to download it from microsoft, because the location I've seen other people post does not exist on my ...
1
vote
1answer
2k views
ReportViewer scroll issues in IE
I've deployed a report using reportViewer on my local machine.
It's a wide report so requires a horizontal scroll bar across the bottom of the report but fits fine vertically. This is fine in FF, ...
1
vote
1answer
621 views
SSRS - Still no local rendering of 2008 reports in the latest viewer?
I can't believe this - I just starting developing an SSRS report, using a SQL 2008 Report Server project in VS 2008. When I try to render the report in the VS 2008 ReportViewer control, I get this ...
1
vote
1answer
895 views
ASP.NET ReportViewer Control - 'ReportViewer' does not contain a definition for 'Reset'
I tried to create the ReportViewer control (ASP.NET 3.5) dynamically, like this:
ReportViewer objRpt = new ReportViewer();
objRpt.Reset();
This is the error text:
'ReportViewer' does not ...
1
vote
3answers
1k views
Hide a report item from print / export of an rdlc report
I have an RDLC with multiple tables and for each table, I have a toggle TextBox Item that hides the corresponding table from the report. It works perfectly, however, I don't want these text boxes to ...
0
votes
1answer
19 views
Step By Step Tutorial for Report Viewer - .NET 4.0 & Vis Studio 2010
I need a step by step tutorial on how to use the report viewer with Visual Studio 2010.
Please do not mention this site as it is NOT a step by step: http://gotreportviewer.com/
I am new to .NET ...
0
votes
0answers
42 views
Error using SQL Server 2008 ReportViewer behind Netscaler reverse proxy
We have a reverse proxy (Netscaler) on which users log in and can access our web applications and SQL Server 2008 report server (SSRS).
Internally our reporting server listens to ...
0
votes
0answers
46 views
Reportviewer display blank page in browser SSRS2008
Working in SSRS 2008, I have created report(.rdl file), and using reportviewer to view this report on my aspx page but it is showing me 2 pages in browser in its tool bar while there is no data on the ...
0
votes
0answers
17 views
Referring to elements in report viewer
I am working with Asp.net Reportviewer and i have a question and not sure if its possible or not. Currently i have multiple columns and i wanted to know is it possible to refer to different parts of ...
0
votes
1answer
42 views
Passing current username and password from ReportViewer
I created a class to connect to SSRS using credentials
public class ReportServerCredentials : IReportServerCredentials
To implement it, I use:
ReportViewer1.ServerReport.ReportServerCredentials = ...
0
votes
0answers
53 views
text overlaping rows in reporting services table report when printing
i have an SSRS table report that spans close to 2 pages. When the report is viewed in the ReportViewer Control (VS 2008), the rows display ok i.e if a cell has too much text, it will expand downwards ...
0
votes
1answer
74 views
Microsoft Report Viewer 9 - Parameter Controls Losing Values
We have a website that's using Microsoft Report Viewer 9 to consume reports from Reporting Services. We noticed an issue with the controls to set parameters losing their values.
We have a date ...
0
votes
0answers
200 views
Problem with embedded image in ReportViewer rendered HTML
We have a Reporting Services report that is rendered to HTML by the MS Report Viewer control that we use to send an order confirmation email.
There is an external logo image embedded in the report, ...
0
votes
0answers
177 views
Programmatically Query SSRS Reporting Paramters from SSRS report server 2008
I want to retrieve a list of parameters that are set in reporting file (*.rdl) hosted on reproting server (SSRS).
Currently, I have to use ASP.NET web reporting compoent, ReportViewer to achieve ...
0
votes
1answer
333 views
The control type 'Microsoft.Reporting.WebForms.ReportViewer' is not allowed on this page. The type is not registered as safe
I am trying to register the 'Microsoft.Reporting.WebForms.ReportViewer' assembly in my web.config file. I tried everyting could not make this thing work.
<SafeControl ...
0
votes
1answer
373 views
Top Margin for RDLC second page of detail subreport
I have a report viewer report (rldc) which consists of a header, footer and detail. The header is ~ 4" high and prints on the first page only.
The detail section is a sub report that can be any ...
0
votes
3answers
233 views
Trying to get this jQuery selector to work in FF, currently only works in IE; regarding ReportViewer 2008
The ReportViewer 2008 web control emits a nasty HTML DOM structure. I'm trying to get to a certain element deep down in the HTML, and am currently only able to get my jQuery selector working in IE. ...
0
votes
0answers
62 views
How to stop multiple charts appearing when using the ASP.NET Report Viewer Control?
In a 64-bit Windows Server 2008 environment, using the 2008 ASP.NET Report Viewer Control, in some website deployments instead of displaying 5 charts (in one dashboard) it consistently returns 2 ...
0
votes
0answers
29 views
Is there a way to add / remove page breaks based on an expression in Microsoft ReportViewer 2008?
I want to remove a rectangle's "Add page break before" setting based on weather certain values in my data is null. Is this possible?
0
votes
1answer
300 views
Report Viewer Doesn't Show report created with Sql Server Reporting Services
I created some reports in Sql Server Reporting Services, and deployed them in my local report server. When I type URL :http://MyreportServer/ReportServer in my browser I can see my deployed reports, ...
0
votes
1answer
163 views
Page header and Page footer items in MS Report
I have added Page Header from Report>>Page Header menu. Then I added a textbox to my page header. I donot know how to display the value from a variable to this text box.
Please advise.
Thanks
...
0
votes
1answer
394 views
Microsoft Report Viewer 2010 ClickOnce Install Problem
We have a C# ClickOnce application. It needs to install the Microsoft 2010 Report Viewer. I have the 2010 Report Viewer selected as a prerequisite for the ClickOnce deployment. When the app is ...
0
votes
2answers
321 views
SQL Server 2008 Report Builder source code or application which looks like that
I am kinda addicted to report viewer and reporting tool, almost all my applications needs reports and I am most familiar with RDLC or RDL languages for making reports.
Microsoft Report Builder v3 ...
0
votes
1answer
278 views
Populate .Net report viewer control from data table returned from a web servive
Thanks in advance for any assistance. It seems like what i'm trying to do should be very simple, but after literally days of scouring the internet I can't seem to find an answer that pulls it ...
0
votes
1answer
257 views
Print image with Microsoft report viewer
I am trying to get the Microsoft Report Viewer to print out the images in my reports.
I have a report that have a company logo banner accross the top of the report.
It shows up when I look at the ...
0
votes
1answer
887 views
ASP.NET ReportViewer Server Report Render Stream results in exception
I'm trying to use the ServerReport.RenderStream method from the ASP.NET ReportViewer (2008 SP1), but I'm getting a rsStreamNotFound exception from the method. I've tried the two different lines of ...
0
votes
2answers
1k views
ReportViewer: How to load report as an embeddedresource in another assembly using reflection?
I'm not really sure how to go about this. I created a generic class to open reports up for my application. The reports are contained in another DLL that is not referenced as an embedded resource ...
0
votes
1answer
1k views
ReportViewer: Grouping / Repeating Table?
I'm not quite sure how to do this. I went to the resource: http://www.gotreportviewer.com/, but I couldn't find the exact answer. I'm using VS 2010 .NET Framework 4, so I assume I'm also using ...
0
votes
0answers
241 views
Creating a standards based ReportViewer Pivot Alternative
I'm interested in recreating some of the ReportViewer functionality - possibly something via regular GridView or something similar.
My two main requirements:
Pivot functionality - as seen on the ...
0
votes
1answer
478 views
jQuery not replacing text in ReportViewer
I'm trying to replace text that I got back in the ReportViewer using jQuery. My div, wrapped in the table cell, display "empty" as text - which I plan on replacing with my own formatted text on the ...
0
votes
3answers
1k views
RDLC Report Viewer Drill Through Report
I had posted this question on MSDN Forum
http://social.msdn.microsoft.com/Forums/en/vsreportcontrols/thread/f00e3406-354d-4f54-acce-7b7f0ad4c90f
But I am not getting any response. Can you please ...
0
votes
1answer
630 views
Does MSI installer exist for Microsoft Report Viewer Redistributable 2008?
I'm trying to embed Microsoft Report Viewer 2008 to my installer package on InstallShield.
It accepts a Chained msi, but I was able only to find .exe and not a .msi version for ReportViewer.
Does ...
0
votes
2answers
2k views
Formatting ASP.NET ReportViewer with CSS classes and online specific rules?
How can I assign classes to the online/ASP.NET (not a desktop app) version of ReportViewer? I'm also intersted in using web specific formatting, e.g. ems versus ReportViewer desktop defaults such as ...
0
votes
1answer
2k views
Microsoft report viewer subreport, footer of subreport not showing up
I'm using the MicrosoftReportViewer in VS2008, to display a report in a asp.net applicaiton (mvc).
I have a subreport on my report.
In my footer on the subreport, I have a textbox that displays ...
0
votes
2answers
567 views
Reporting Services: there's data but it is not displayed in ReportViewer
I'm pretty new to Reporting Services though I have a lot of experience with Crystal Reports and databases (and MS Access reports if that counts ;-). Anyway, I created simple reporting project in ...
0
votes
1answer
631 views
Visual Studio Report Viewer Control 2008
I used the Report Viewer Control with SQL 2005 a few years ago. Back then I had to download and install the control manually, even for development, if I remember this correctly.
It appears that VS ...