Microsoft Report Viewer 2008 is a .NET control that allows you to integrate reporting into your application. Only use if your question is specifically related to features of this version.
0
votes
1answer
26 views
Reportviewer: Unable to set Interactive height to 0
I am using reportviewer 2010 Winforms
In normal mode, I want the entire report to display in one page only. I read different topics and learnt setting the Interactive height property to zero might do ...
1
vote
0answers
24 views
stop background processing on reportviewer cancel
I have a web page where user can select report parameters and when submit the request im opening a popup window where report is being generated with the help of report viewer control.
when the report ...
0
votes
1answer
14 views
Report Viewer with Server 2008
I was doing project in MVC3. In that I was using SSRS reports. The reports are working fine in development system. But when deploying with Windows Server (With Sql Server Report services Configured), ...
0
votes
1answer
254 views
WinForms reportViewer (.NET 3.5) binding data from a DataTable
WinForms reportViewer (.NET 3.5) binding data from a DataTable
I'm trying to bind a DataTable which is dynamically created, to a reportViewer control . There are many tutorials on this on the ...
0
votes
0answers
40 views
Report viewer doesn't display data (display:none) for wide reports when AsyncRendering=true
I'm using report viewer 8.0.0.0. My report displays fine on report server.
Fiddler captures 2 responses, one from the report server and one from localhost. The localhost response is from url like:
...
0
votes
0answers
55 views
RDLC ReportViewer navigation issue
I am generating a RDLC report. The first page renders properly on any browser but when I clicked the paging navigation, it just shows an empty screen. The ReportViewer disappears. Kindly help. Thanks!
...
-2
votes
1answer
360 views
Visual Studio Report Viewer Setting the Page Size to A5 [closed]
I am not able to print a report correctly with the page size set to A5. I have defined my RDLC to be of type A5 (portrait). The print preview correctly displays the page, but when sending the report ...
0
votes
1answer
283 views
ReportViewer: Show reports in Print Layout with Page Width zoomMode
I am using C# winform reportviewer 2010.
I changed the default option to view reports to Print Layout (Whole page) with SetDisplayMode(). However since Whole Page is the default zoom option for print ...
0
votes
0answers
142 views
Reportviewer: autofit/autosize columns based on column content
I am using Reportviewer Winforms. I am looking for a way to dynamically resize columns based on its content. For example,
Name is a column. It can store a value 1 or a big string such as "Field ...
0
votes
1answer
200 views
SSRS Show Loading…gif when clicking Drillthrough link to subreport
I have a summary report with detail drillthrough report. Users are complaining that drillthrough is not working. It is working but in some cases, the render takes more than a few seconds. And there ...
0
votes
0answers
117 views
GrandTotal of calculated item in group in report viewer
I have a report in reportviewer, it has groups like:
Group_by_Id (parent group)
Group_by_date (under parent group)
In the group by date, I have a textbox (textbox9), which calculates the data based ...
0
votes
1answer
134 views
DateTimepicker not working for 1 specific date
I have a windows program that uses a couple datasets to pull information and put it into a table. I used 2 Datetimepickers Datetimepicker1 and Datetimepicker2. In my Command button Command Button 1 ...
0
votes
1answer
161 views
Report Viewer Errors on PDF export with embedded image
I have one program out of 15 that will not export a report to PDF. If I remove the embedded image it exports. It appears this is related to the embedded image. I get the error:
"Export Error":
An ...
1
vote
1answer
236 views
ReportViewer resets parameters after submit
I'm showing a remote report in a ReportViewer control. The report loads with a few default parameters. So far everything is ok.
But when i change a few input values and hit View Report then the ...
0
votes
0answers
178 views
ReportViewer keeps refreshing
I have a very weird situation. I'm using a ReportViewer control in ASP.NET to show a report in my aspx page. This works fine when i build my web site with VS2008. But it goes wrong when i add a Report ...
0
votes
0answers
293 views
ASP.NET PostBack not working
I have a ReportViewer control on my aspx page with a ScriptManager. The rdl report loads up fine, but when I fill in some input fields and hit on the submit button to generate the report I am getting ...
0
votes
1answer
122 views
Debugging report problems without access to the Report Project and Files
There is a website solution in our company that uses SQL Reporting Service: in the solution there is a Reporting project, but this project is missing from solution. So I don't have access to these ...
1
vote
1answer
281 views
In report viewer (rdlc) , how to set the background color of the first column by expression
I have the background color set for the entire row however it does not work for the first column if the color is set to an expression. If I just set it to a color i.e. red it works just fine. If I ...
0
votes
0answers
149 views
Bind untyped dataset to Winforms ReportViewer dynamically
I am using Microsoft Report viewer in my Winforms project. Here is the code I am using. The report viewer display nothing when I run the application but The rdlc loads perfectly.
...
0
votes
1answer
1k views
How to Create Report Viewer Binding to Object in VB.NET
I have Class named "User", code:
Public Class User
Private m_id As String
Private m_user_name As String
Public Sub New(ByVal id As String, ByVal name As String, ByVal pwd As String)
...
0
votes
0answers
63 views
How can I centre align my report in report Viewer
I want to centre align my report in report viewer or set the width of the viewer according to the width of the report. Is there any way I can do that. Thanks
Regards,
Umer Saeed
0
votes
0answers
137 views
MS Report Viewer Stacked Bar Chart
I am developing a report using MS ReportViewer Control with a percentage stacked bar chart. My question is that the individual elements that make up the stacked bar don't seem to be altering in size ...
0
votes
0answers
57 views
MS ReportViewer Add Input Parameters to Report
I have a requirement for a report in MS Report Viewer where the user wants to see the input parameters that were input into the report. Looking at the MS ReportViewer control I have not been able to ...
0
votes
1answer
160 views
MS ReportViewer TableAdapter not working
I am having trouble creating a DataSet for an MS ReportViewer Local Report.
The problem I am seeing where I have a Stored Procedure that is executes a dynamic SQL String. The DataSet can see the ...
0
votes
1answer
208 views
rendering reportviewer as PDf affects the display
After performing "serverreport.render" in order to print the report in PDF format, the Interactive sort does not work on the WebPage.
Below is my code.
private void Print()
{
HttpContext cont = ...
0
votes
1answer
511 views
c# asp.net report and sub report in report viewer (or reportviewer)
I did all the steps from this waltrought:
http://blogs.msdn.com/b/sqlforum/archive/2011/01/03/walkthrough-add-a-subreport-in-local-report-in-reportviewer.aspx
and when i run it i get the first ...
0
votes
0answers
332 views
ReportViewer Simulate Excel (Dynamic Table/PIVOT table) When Export to Excel
I have a report that have 2 tables, one with grouped rows and a count, and another with all rows,
In a Dynamic Table/PIVOT table in excel, its possible to create a dynamic table and group the rows, ...
0
votes
0answers
70 views
how to edit rdl in vs 2008
I have a web application which will use MS ReportViewer. I have another team create a rdl file for me. I created a new folder RDL under the project and placed the rdl under the folder. And I have ...
0
votes
1answer
327 views
Reporting Services 2008 report always shows in Report Viewer 9.0 as having 1 page, but prints as 2 pages
My ASP.NET site uses Report Viewer 9.0 to run reports from a Reporting Services 2008 R2 server. For most reports, Report Viewer accurately shows the number of pages a report will print on (i.e. in its ...
0
votes
1answer
223 views
Why is HttpContext.Current sometimes null when using ASP.NET ReportViewer?
In our ASP.NET Web Application, we have a service with a life-time/scope that can described as "instance per request" i.e. the instance is stored in the HttpContext.Current.Items collection.
We have ...
1
vote
0answers
122 views
Using the WebForms ReportViewer 10.0 with a Reporting Services 2012 instance
Does anyone know definitively whether the ReportViewer 10.0 webforms control works correctly against a Reporting Services 2012 instance?
Our application uses v10.0 of the webforms ReportViewer ...
0
votes
1answer
753 views
Installed Microsoft ReportViewer but can't add it to Toolbox
I'm trying to use Microsoft ReportViewer in an application I'm building with C# in Visual Studio 2010 Express. ReportViewer isn't distributed by default with VSE 2010, so I wen to the Microsoft ...
1
vote
0answers
164 views
ms reportviewer not show data on host server
I have created an Asp.net Project, I use MS Reportviewer for Reports of my project. When I place this project in my IIS by creating new Application in my main project. In it my reports Shows Correct ...
0
votes
1answer
243 views
Report viewer gets a 401 Unauthorized
In a nutshell, the problem is that I get a 401 Unauthorized error with the following stacktrace when I try to view the report embedded in a report viewer.
at ...
0
votes
2answers
1k views
How to split data in multiple sheets while exporting data from ReportViewer 10 to Excel?
I am using Report Viewer 10, now I am exporting data into Excel but it's give me error:
Excel Rendering Extension: Number of rows exceeds the maximum possible rows per sheet in this format; Rows ...
0
votes
1answer
378 views
ssrs table header and report viewer control
I have called ssrs report from asp.net using reportviewer. When
viewing the report from asp.net the table header is repeated twice and
overlaps on reportviewer control(the one with paging and ...
2
votes
1answer
505 views
Check my SSRS report if it's empty from code
I'm loading my reports that I have done using SSRS,by code(C#),but i need to check if report is empty or not!!!
how can i get that?!!
my code that Im using is:
if ...
0
votes
1answer
608 views
RDLC subreport filter error
I'm using a Local Report in Report Viewer 2008.
I'm trying to do something I think should be real simple. I have a subreport that I want to do some filtering on. I want to do a skip/take ...
0
votes
1answer
2k views
ASP.NET report viewer
The following code resides inside a method and it uses the report viewer to render reports:
objReportViewer.LocalReport.ReportPath = "TestReport.rdlc";
...
0
votes
1answer
584 views
How to get iframe onload event in asp.net
I am using Reportviewer to view SSRS reports on my .aspx page.
Since this reportviewer is renders as iframe in the browser.
I want call some javascript function every time iframe gets loaded.
I ...
2
votes
2answers
937 views
How to create barcodes using ReportViewer Local Report VS 2008?
I'm trying to figure out how to create barcodes using ReportViewer Local Report VS 2008.
I find a component at:
www.neodynamic.com/barcodes/Interleaved_2_of_5_Barcode_asp_net.aspx
It seems there is ...
1
vote
2answers
6k 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
1answer
212 views
Reportviewer regular expression check
In my report viewer i have a table displaying data in different columns. I wanted to have a regular expression to check the content in a textbox of a table to see if it is NULL to place a 0 in the ...
0
votes
1answer
363 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
1answer
210 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 ...
3
votes
1answer
801 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 ...
0
votes
1answer
757 views
MS Report Viewer 2008 Export to excel merged cells problem
We are using MS Report Viewer for exporting Reports to Excel, now we have a problem when trying to sort data, its reporting error that there are merged cells and it can't be sorted. So is there a way ...
0
votes
1answer
978 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 ...
1
vote
0answers
721 views
ReportViewer Control and SQL 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 ...
3
votes
1answer
1k 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 ...
