ReportViewer Issue on Internet Explorer 11
Hi! I have several reports that are generated using ReportViewer. These reports are currently displaying on my browser (Internet Explorer 11) as intended when Compatibility View is set. Now, if I...
View Articlebasic bar chart question
hi,I created a couple of queries for some bar charts. There are a few parameters for each of the queries. One of the queries groups by a date range and the other by another value that appear in the...
View ArticleCould not load file or assembly Microsoft.ReportViewer or one of its...
Hello All,I'm trying to deploy a report remotely using ReportViewer 11. I've developed the Report itself on the instance of the virtual server where the database is installed (Windows 2008R2, SQL...
View Articledynamic report possible in SQL Reporting services?
Hi Jeyaseelan,I am also facing same issue of how to bind dynamic dataset to server report i.e. RDL reports. Could you please provide solution or some pointers. Whether its feasible.I have variable...
View Articleparameters with multiple values and summing them for a bar chart
hi,I have a query that takes in multiple parameters, some of which can have many values.I know that I can check for the values in the where clause : where carType = (@cartype),but what if I want to sum...
View ArticleThe request failed with HTTP status 401: Unauthorized.
Here's the situation. I've created a server-side report using VS 2008, which interrogates a SQL Server 2008R2 database. The report returns the expected results when I 'preview' it from within VS 2008...
View ArticleReportviewer 2015 rdl local processing version supported
I cannot find any documentation for the new report viewer 2015 https://www.microsoft.com/en-us/download/details.aspx?id=45496. where is the docs for this new version?What rdl version formats does it...
View ArticleSet path for report viewer in windows service
I have a windows service, which uses quartz to generate reports.I have set output action of rdlc file to content and copy always. The rdlc file is present in bin/debug folder. When i start windows...
View ArticleI need to do 3 copies of the same RDLC? HOW TO??
Hi, i have a report (RDLC). I generate it with the control reportViewer, and in the code i use the next lines to generate it: LocalReport localReport = new LocalReport();...
View ArticleRDLC - get max depth for recursive hierarchy
Hi,i have created a simple report with a recursive hierarchy structure. Is it possible to get the max depth of the hierarchy?What i want to do is to bold all rows except those rows on the last level,...
View ArticleSsrs reports from bids s server: different results
Hi, I am new to ssrs and bids. I am finding that when i run a report from bids , he results are different than if i run them from the server where they were deployed. The bids reports are correct but...
View Articlequestion about using reportservice2010.asmx
hi,I have a vs2010 application where I have defined a reportviewer and I point to an existing report on a server. I am referring to this report as a remote report and I have set up parameters inside...
View Articlechange data source for an .rdl file
Hi,I created some reports that have different data sources. I realized I should have created shared data sources instead, so I converted a data source to be shared.How do I modify my rdl files to...
View ArticlePrint a report directly at client-side without displaying it in an ASP.NET...
Hi:I hope to develop a function to print report which created by rdlc directly. How to make it without using the print button in reportviewer. Any suggestion is highly appreciated. Thanks a lot.
View Articlecreating different groupings depending on parameter
hi,I have a parameter that lets users choose which field to sort the report on.I added a row group, adding the fields that I want to appear inside the group. I see my fields in the 'Row Groups'...
View Articlevb.net 2010 web link in reportviewer control not working
In an existing vb.net 2010 web form application, a reportviewer control is being used to display 6 ssrs 2008 reports. Between these reports, there are 'links' where a user can click on for each...
View Article"Error while loading code" Message after Adding Custom Assembly
Hi,I've developed a report in Visual Studio 2012. I have a custom assembly that decrypts an encrypted field. I added the assembly to C:\Program Files\Microsoft SQL...
View ArticleIn footer/header of employee, how to show the current Employee Name.
I have a .rdlc that populates from a list of selected employees. I need to put the name of the employee in either the header or the footer, for each employee so the pages don't get mixed up/out of...
View ArticleDate picker for SSRS Parameter selection not displayed in Microsoft Edge
Hi all,we are using the ReportViewer Web server control to embed SSRS Reports in our ASP.NET web application. We are using SQL Server 2014 Standard Edition.Problem: Using Microsoft Edge, the Datepicker...
View Articlesetting up group parameters through visual studio
hi,I have a chart and report that is based on one query with parameters. I also have some parameters for how the tablix report would be grouped and sorted. ( group by state, then city, etc)...I am...
View Article