Why is my report (local processing) taking so long to run (report with simple...
I have a main report that queries for payments made based on a time frame. It uses a DataSet (tableadapter with parameters for time frame). The reportviewer is hosted on a web page as a local report....
View ArticleASP.NET 4.0 SSRS 2008 / reportviewer control not show data in ASPX page
I'm trying to show a SSRS 2008 report (.rdl) in a asp.net web page using the ReportViewer control (VS2010). The report show up well in browser when I test it in VS 2010 enviroment, but when I try to...
View ArticleSSRS Server Reports Display Fine Locally, Doesn't Display on Production Server
Hi all, I'm just gonna state up front that my company's development environment is a mess :(. I'm developing in VS 2010, but our production environment was set up way back in the day and is pretty...
View ArticleVisual Studio 2010 ReportViewer Render Problem on the Remote Desktop
Hello,I have a frustrating problem with VS 2010 ReportViewer Control. When I print my simple VS2010 report on remote desktop, fonts are rendered too badly, whereas the same report is rendered very well...
View ArticleReport Layout how to control Automatically? rdlc report 2010
Please advice , kindly we have an application with two language options Arabic (Right to left direction) and Englih(Left to right Direction) we need automatically change the report layout direction,...
View Articlehow to hide a column in microsoft report designer VS 2008
I have three columns (col1 col2 col3). Col3 shows the results of the comparison between col1 and col2 and if col1 and col2 don't match, col3 will show value don't not match. if all the values matches I...
View ArticleHow to code in reportviewer.drill through event
Hi,I have two RDLC reports(Report1 and Report2) and in the 'report1' I have summery data grouped by "AccID" field (This is the parameter to Report2) . What I want is when I click on AccID field in...
View ArticleCompiler Error Message: CS0433 on windows 8
0I have a Visual Studio 2010 solution using Microsoft ReportViewer. It compiles on windows 7 but not on windows 8.It fails with the following:Compiler Error Message: CS0433: The type...
View ArticleCrystal reports in visual studio 2010
I got this error while building a window application in visual studio 2010 c#.net. Any one hd solve this error plz help me...Error12 'Final_Prj.EmpReport' does not contain a definition for...
View ArticleHow to Control the showing of data in the Crystal Report
Hi All, I'm hoping you all have a very fine day. Well, I also hope that it is a fine day for me to find solutions to my problem. I have a requirement on the report I'm doing right now that make me...
View ArticleObject datasources vanish from rdlc data sources in web project
Anyone having issues with their object datasources appearing and vanishing from the datasource browser? I create an object for binding as a datasource in my App_Code folder, compile my web project and...
View ArticleError when adding more that one Class as a DataSet to VB 2010 ReportViewer
Hello,When I try to add more than one Class as a DataSet using the same methodology that i did for the first one, I get a lot of errors. So, I am doing something wrong.I added another Class and Named...
View ArticleMicrosoft.Reporting.WebForms - ReportViewer set displaymode print layout
Hi guys...I've beenlooking for somethinglike set displaymode print layout from WinForms to the WebForms.In WinForms i can use...
View ArticleReport Viewer IiF statemant
i want to use IIf statement this way :i have A1 column iif(Fields!a1.Value =nothing , "00:00" , Fields!a1.Value.substring(0,1)) this way to=IIF(isnothing(Fields!a1.Value), "00:00",...
View Articlepassing parameter in report viewer using c# Visual Studio
Solve using c#.Hello microsoft, when i try to use report viewer in asp.net web app,I am unable to pass parameter from textbox.I have added Dataset and Report.In dataset i have added my table adaperIn...
View ArticleRemove Textbox names from CSV export
Export only data regions, table1_Details_Group, or DataSet fields to CSVHi Team,I am trying to export ONLY table1_Details_Group, or data fields, or DataSet fields to CSV or Excel. I need to strip...
View Articlebind manual dataset to report vb.net 2.0
i created a data set manually and created a datatable pricelist. The reportviewr is in a usercontrol ucReport, which is loaded inside a panel at run tyime i have created the report i want to bound...
View ArticleMicrosoft Web Services enhancement
Hi All,Could you kindly let me know whether the Microsoft Web Services Enhancements application is compatble on Win 7 64Bit. If this is not compatible please provide me the replacement application with...
View ArticleReport Viewer 2012 and Vista Service Pack 2
Hello, I have a clickonce application that has a dependency on Report Viewer 2012. I have had a ton of trouble with this package.I also had to take a dependency on the SQLSysCLRTypes package. I just...
View Article