Microsoft Report Viewer 2010. Only use if your question is specifically related to features of this version.
-2
votes
0answers
16 views
report viewer asp.net c# objectdatasource trouble
hello i'm a little concerned 'cause i have to make an aplication using the reporting services of asp.net on visual studio 2010, but i don't understand too much about it, i know that i have to create a ...
0
votes
0answers
11 views
Reportviewer: Create a matrix inside a table
I am working in reportviewer 2010, Winforms. I need to create a report such that there's a matrix inside a table.
How do I achieve this in reportviewer?
So far, I created a table, created a ...
0
votes
1answer
20 views
Remove column and remove blank space in report viewer
I need to remove some columns when generating a report. However, the columns are hidden, it leave a gap on the table.
My question is how can I remove this gap?
I using parameter to hide the whole ...
0
votes
1answer
53 views
reportviewer visible= false in page load
I have problem with the report viewer.If I set my report viewer as visible=false in page_load page on event button click, if i already set as visible=true, it still make the reportviewer visible= ...
0
votes
0answers
42 views
Why pie chart is not showing correct result?
How to use pie chart to display number of present students in special course?
=Sum(IIF(Fields!State.Value = "NO", 1, 0))
But I get 0.
0
votes
0answers
13 views
ReportViewer: Find Button is visible but greyed out
In ReportViewer, after a report loads the textbox associated with the Find button, the Find and Next buttons are always disabled. I have set ShowFindControls to true in designer and I am also setting ...
0
votes
1answer
84 views
How to set a ReportViewer item's “display” property to none
I am using a ReportViewer control in an .aspx page when using .rdlc file.
My .rdlc file has a textbox at the bottom, which has a message saying "No rows found". In its properties, I set the hidden ...
0
votes
0answers
5 views
how to initialize MS ReportViewer sandbox domain?
I use custom functions in the rdl files that returns string from resources by resourceID. It has worked on 3.5 framework because reportViewer has rendered report in the same app domain. So global ...
0
votes
0answers
49 views
ASP.NET Reportviewer control link to reports on BI server
I have created and deployed reports (.rdl) on MS Business Intelligence server. Now I want to display the reports in my web application using the ReportViewer control like this:
I chose Report Server
...
0
votes
1answer
27 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 ...
0
votes
1answer
46 views
How to add up row totals in report viewer
I'm new to reporting and the jargon that goes with so I will try to draw it insted of write it.
| | A | B | C | D | E |
-------------------------------------------------
| ...
1
vote
0answers
25 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
0answers
66 views
how to pass query string parameter in sub report in report viewer 2010
I am using Microsoft reporting 2010 in visual studio 2010. I have to create a sub report which require two input parameters, one from master report and another from query string. I passed parameter ...
1
vote
1answer
75 views
report viewer textbox visibility expresion
I am trying to get a text box and tablix to toggle their visibility based on an expression.
I have tried the following:
=IIF(First(Fields!Supported.Value, "FooDataSet") = "true", True, False)
...
0
votes
1answer
22 views
How to implement interactive sorting in Report Viewer in VS 2010?
I have created a report with report viewer in visual studio 2010. Please help me out on how to implement interactive sorting(end users must be able to sort. Sort icons must be displayed on the column) ...
0
votes
0answers
78 views
Page break to set record limit to 15 records per page not working -Report viewer using VS2010
I have added a row group to the report viewer and set the Page break option as "Between each instance of group" for this group. I have added the page break expression as ...
0
votes
0answers
51 views
Page Setting Is Not Working Programmatically
reportViewer1.ResetPageSettings();
this.reportViewer1.SetDisplayMode(DisplayMode.PrintLayout);
//reportViewer1.VerticalScroll.Visible = true;
this.reportViewer1.ZoomMode = ZoomMode.Percent;
...
0
votes
1answer
354 views
Error in using report viewer in visual studio 2012 in design mode
I'm using visual studio 2012 to develop a MVC application. I have added an ascx page to my project to put the report viewer in. When I drag and drop the ReportViewer component from toolbox in the ...
0
votes
1answer
48 views
Could not get the ReportViewer dll's in GAC
I am trying to load ReportViewer dll's into the GAC. I downloaded the ReportViewer.exe from Microsoft's download website, Unblocked it and ran it as administrator. The installation of package was ...
0
votes
0answers
61 views
Gauge and Chart on same report renders incorrecly in report viewer
I am working on a project in visual studio 2010, and i am using report viewer to display reports (.rdlc files). I am using some components like charts and gauges in my report. When I put a chart and ...
1
vote
1answer
61 views
Getting Windows Azure Shared Caching to work with ReportViewer
Azure's shared caching session provider gives intermittent System.Runtime.Serialization.InvalidDataContractException session errors with Microsoft.Reporting.WebForms.SyncList with the serializing ...
0
votes
0answers
43 views
Can we edit data with asp.net report viewer?
I am using asp.net report viewer ver 10.0
I want checkboxes with tablix of report viewer. And when user checks a checbox and click a button i want to edit data of that row.
Is that or anything ...
1
vote
0answers
26 views
Filter/Parameter in VB
I once search on Google on how to make a parameter for Report Viewer in VB and I got this.
So, I followed the step-by-step process on how to do it. Everything seems fine but after I make a parameter ...
-2
votes
1answer
367 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
295 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
100 views
RDLC - Default parameters
I m working on RDLC Report created by some one else before.
It has a report parameter defined in it.
Now requirement is From Code behind no one is going to pass any values to Report Paramter, And i ...
0
votes
1answer
44 views
How do I minimize the parameter panel in SSRS?
I have a program that pulls a SSRS report. I know that I can prevent the parameter panel from being displayed completely, but that's not what we need. I need to programmaticly minimize the parameter ...
0
votes
1answer
84 views
Microsoft ReportViewer System.IOException with Subreports, RV Looking in Wrong Directory
I have several reports in a project I am working on that were created by someone else who no long works for the company. The reports all work fine, most have multiple subreports that work fine as ...
0
votes
2answers
139 views
SSRS Report Formatting Problems in ASP Report Application
I have an SSRS report that is being displayed in a custom asp.net report application through the ReportViewer control (VS2010). The SSRS report renders fine on the Report Server and through Report ...
0
votes
0answers
147 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
81 views
Reportviewer - Make consecutive repeating rows become one
may I know how to do with the scenario describe below?
Lets say I have a dataset with 4 columns, and I have 3 consecutive repeating criteria of Date, Name and ID but not quantity. How can i make it ...
1
vote
1answer
157 views
Can't add a child group in ReportViewer - Visual Studio 2010
I am trying to add a child group on a report (RDLC file) and I can't get it to work. If I right click on the details line of the Tablix it lets me select "Add Group" but then the "Child Group..." ...
2
votes
1answer
42 views
Grouping by a field
I have a report where I need to group the items by PaymentMethod and then display a total below each group. I am right-clicking on the detail row and selecting Add group > Adjacent Below and then ...
0
votes
1answer
45 views
Click on childNode automatically
I am using the following script, but it does not work the part where I click. I need to click on a childNodes automatically.
<script type="text/javascript">
window.onload = function () {
...
0
votes
0answers
101 views
SSRS 2008 R2 Databar
I have a ASP.NET Web Application that has a ReportViewer Control using a Remote SSRS 2008 R2 Server. I have several reports that use Data-bars and Spark-lines. I was having performance issues when the ...
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
326 views
rdlc image not show by set report parameter
I am working with RDLC Report in 2010
I want to bind image from external source
Here is my code to do the same
ReportParameter rpara = new ReportParameter("rpt1", "D:\\Projects\\Image\\logo.jpg");
...
-1
votes
1answer
313 views
Automatically setting reportViewer page to landscape mode in C# [closed]
Is it possible to programmatically set the reportViewers page to landscape mode, so if the user wants to print (preview) it, he doesn't have to change the settings?
Thanks
0
votes
0answers
182 views
Slow initial loading of ReportViewer control
I'm using a ReportViewer control in my ASP.NET application. When time I run this report for first time, it takes about a minute to run this line of code:
rv.ServerReport.SetParameters(par);
If I ...
0
votes
2answers
138 views
How to use ReportViewerControl for Windows Desktop Application?
I am new to Windows Desktop Application Development.
I have two tables in Access 2007 database.
First is the "Bill Master" and the second is "Bill Detail"
I want to print the bill from my ...
0
votes
2answers
152 views
Windows filewatcher service crash on Server 2008
I have make a filewatcher service that reads every XML files put in a directory and print the content on labels (Visual Studio 2012,Report viewer 2010). Service works fine on Windows 8, but on server ...
0
votes
0answers
97 views
ServerReport.Render parameters
I have been trying for days without any success to print out a sever rendered SSRS report. In this first instance I don't want to do anything fancy, just print the report to the default printer. At ...
0
votes
0answers
153 views
Microsoft ReportViewer (2010) Chart Time as Category with intervalled values
first question here, so please pardon me if I'm doing something wrong.
I'm trying to create a Line Chart in MS ReportViewer 2010, which should show how many people were registered on any day. ...
0
votes
0answers
66 views
Creating Grand Total
I have created a report which shows group results as expected:
class: 1
serial name age
1 abc 3
2 xyz 4
total students: 2
class: 2
serial name age
1 ...
0
votes
0answers
32 views
toolbar navigation and find aren't working
I have a sight using ASP.NET MVC 3 with a partial ReportViewerControl.ascx it has a form containing a scriptmanager and updatepanel with the report viewer control inside the contenttemplate of the ...
0
votes
1answer
138 views
How do I create a nice message when there are no rows in a Microsoft rdlc sub report?
I am using the ReportViewer control in a website, my reports contain 3 or more sub reports. Often the data in the sub-report does not exist due to it being optional data. I need to output a nicely ...
0
votes
0answers
105 views
Error exporting to “Word” - Winform application - ReportViewer - vs 2010
I am using the reportviewer control in vs 2010 .
I am showing my report in a winform application.
The report display itself fine but the option :
" Export to Word " - ain't working .
I am getting ...
0
votes
0answers
427 views
Set TablixColumn Width of RDLC report
I am loading the report data programmatically in RDLC report. I am setting the columns visibility as per no. of columns of data table. Now, I want to set the tablix column width at run time i.e. if ...
0
votes
1answer
81 views
Visual Studio restarting on adding data source to report
My visual studio is restarting when I try to add a data source to my report.rdlc file.
I'm using VS 2010 and reportviewer control and Entity data model as model of database connection.
0
votes
0answers
74 views
Is ReportViewer rendered before the AcquireRequestState event (and can we prevent that)?
I normally use HttpContext.Current.ResolveUrl to build absolute urls.
However, I find that HttpContext.Current is null when referenced in an object property that is used during the rendering of ...
