Error during ClickOnce installation
The application requires that assembly Microsoft.ReportViewer.ProcessingObjectModel Version 9.0.0.0 be installed in the Global Assembly Cache (GAC) first.
View ArticleWhich version of Crystal Reports to install with VS2010?
Hi all, I'm totally new to crystal reports or reports in general using c#. I wanted to start a crystal report application in visual studio 2010 pro and I got a screen that says to download it. I get...
View ArticleReport item expressions can only refer to fields within the current dataset...
I am getting Error 3: Report item expressions can only refer to fields within the current dataset scope. The field is within the current dataset. I have a dataset added to Report Data. Following...
View ArticleReport Viewer - display each record in the new page of the report
Hi all, I have created a report by using the VB and the Report Viewer. However, the report is not a standard table report, it is actually a printout which turns the data from the form to a printed...
View ArticleReportViewer with Custom Policy File?
Hi, For obvious reasons more and more ISP are using Medium Trust policy files in which case you will not be able to run the Microsoft Report Viewer (LocalReport mode) on your site as it needs to write...
View ArticleReport Title in Crystal Report for Visual Studio 2005
Hi, I am using VS 2005 and SQL server 2000. I made some crystal report using Crystal Report 8.5 but now I shifted those report crystal report for visual studio 2005 and I found that there is no option...
View ArticleProblem when Upgrading report in Visual Studio 2010 SQL Server 2012 Reporting...
I had reports designed in Visual Studio 2008-SQL Server 2005. By the time upgrading to Visual Studio 2010-SQL Server 2008 I upgrade my reports. Now I Have Visual Studio 2010 SP1 and SQL Server 2012 and...
View ArticleSQL query returns 2 records in SQL Query but ReportViewer only displays the...
The following returns 2 records, but report only displays last? SELECT * FROM [Case] Where (CaseItem IN (4,5)) ORDER BY CaseItem CaseItem is an Integer Seems like reportviewer does not execute simple...
View Articlerdlc report - grouping between tables in a dataset
Hi All, In my rdlc report i had header and footer. Header had two rectangles for customer info and invoice info.In body i have other details like product info, warehouse info etc. for the above...
View ArticleSQL query returns 2 records in SQL Query but ReportViewer only displays the...
SQL query returns 2 records in SQL Query but report only displays the last record? The following returns 2 records, but report only displays last? SELECT * FROM [Case] Where (CaseItem IN (4,5)) ORDER...
View ArticleRDLC Report in Visual Studio2008 not opening in same IFRAME
Hi New to this forum i am trying since many days but still no luck.I have problem in RDLC repot.Actually the scnerio is this, that there is Main IFRAME where lot of other application link as well as...
View ArticleReportViewer Memory Leak in ASP.NET, HELP!!
We have been using ReportViewer in our application and spent a lot of time designing reports, Now that we have more user in the system generating reports, we have a serious problem with ReportViewer...
View ArticleIs ReportViewer still being supported
I've noticed that a lot of threads in this forum are from several years ago. I do know that forums are usually answered by users not MS support. But, I've also noticed that fewer questions seem to be...
View ArticleReportViewer 8.0 control not rendering in IIS6
I am at a total loss. I have checked the config file several times and verified the report viewer dll's are in the bin directory of the app. The app is .NET 4.0 and it is in IIS running all database...
View ArticleDisable PDF export type in ReportViewer v11 Visual Studio 2012
We're using Visual Studio 2012 and the new ReportViewer control version 11. We have code that successfully disabled the PDF export option on the report viewer in Visual Studio 2010, ReportViewer v10,...
View ArticleReport Viewer 2010 visibility
Hi, I built a fairly large application a few years ago, starting with VS2005 and .NET2.0, moving into VS2008 and 3.5 and finally into VS2010 and .NET4.0. I had a recent request to change a logo on the...
View ArticlePrint a ReportViewer Without the Preview
Hello guys, I have a report viewer that is working/printing just PERFECT... But my client does not want to click on the "Print" button, how could I print it all by itself ? I was calling the form...
View ArticleExporting a Local Report (.rdlc) to Word changes spell check from Australia...
Hi, I have a local report that is dynamically built from many sub-reports. The .rdlc files were designed in Visual Studio 2010 and displayed using report viewer within a WinForms project. Once the...
View ArticleReport setting dataset (dto)
Hello everyone, I am using vs2010 and the reporting technique to generate a pdf file. Within the rdlc file I am using a class object as dataset. For example. I have a database with coffee shops and in...
View ArticleEmbed a Function in .rdlc
I'm working in VS2005. I want to include a VB.NET embedded function in my .rdlc report. Where does the function get placed exactly? I'm going to set up the Value property to call the function, but...
View Article