Obtain data source name from .rdlc
I'm using ReportViewer in WPF application. I need to load the data for the report at runtime, as well setting the ReportPath. So, I need to provide an instance of ReportDataSource to the LocalReport,...
View Articleexternal image in rdlc
Hi, I try to insert external image in RDLC report. I'm using a business object as follow : class businessObject { public string Text { get; set; } public int Value { get; set; } public Image Piture {...
View Articleexpression
How do i make a expression for # of pages 1 of 1 format? This is what i am using now [&PageNumber] that just gives me page 1 and i want is: Page1 of 1 and so on.
View ArticleIssue regarding crystal report with asp.net 2.0
I am using asp.net2.0 with vb. I am able to show the report but unable to export or print the report, using the option given in crystal report viewer. Thanks in advance.
View ArticleQuick SSRS Hidden Property question
im using SSRS via Visual Studio 2008. I have an .RDLC and certain rows i want to make invisible based on certain conditions My Question is if i put the following in the formula field under visibilty...
View ArticleProgramatically Get & Set the Page Margin, Paper Size, etc... from RDLC...
Dear FriendsI am facing a serious problem while Set & Get the Page Margin, Paper Size, Orientation etc to & from the RDLC - Report Viewer Page setup dialog.I want to do this in Programatically....
View ArticleMicrosoft Windows sub-report data retrieval fails in VS2012 on a report that...
I wrote a Winforms application about 6 years ago in VS2005. This was migrated to VS2010 and now, to VS2012. It has a Microsoft RDLC report that contains two sub-reports. All has been fine until the...
View ArticleReportViewer inside UpdatePanel not working
Has anyone been able to get the ReportViewer to work correctly inside an UpdatePanel? For me the report renders fine on the initial whole-page refresh, but when I click the next page button the next...
View ArticleDynamic columns & subtotals in a matrix
I'm writing a report in VS 2005. I've got a matrix with dynamic columns, and I want a subtotal at the end of each row. I've right-clicked on the column group header and selected 'Subtotal', but for...
View ArticleForeach element in reportviewer
Hi all I have a question regarding a foreach statement if possible. If I have 3 cars for example how do I make 1 report then foreach car fill the report. There could be 1 car or 400 cars but I only...
View ArticleHow to hide or make invisible a Microsoft Report Viewer subreport using...
How to hide or make invisible a Microsoft Report Viewer subreport using Boolean parameter? I have a main report with 4-6 subreports and i want to hide or make invisible subreports using boolean...
View ArticleDisplaying Microsoft Project Task’s Notes in SSRS 2008
I have followed this thread to display the TASK_RTF_NOTES in a report. http://blogs.msdn.com/b/chrisfie/archive/2008/06/04/how-to-display-microsoft-project-task-s-notes-field-in-a-report.aspx However...
View ArticleInternet Explorer,optimized for bing and msn
internet explorer displayes 'optimized for bing and msn' patrick gumbleton howto fix this problem
View ArticleList of Commands for Visual Studio Basic
Is there a website that has all the commands for visual studio basic? Such as- MsgBox, var, Shell, etc.
View ArticleReportviewer - report printing different format from display
Hi, I am using ReportViewer version 9.0 in Visual Studio 2010 and SQL Server 2008 R2. I generate a matrix report dynamically. I could save the report and then print. If i print the report directly from...
View ArticleHow To Fix Table Height In Rdlc Report
Hi, I have a window application in which I have used rdlc report for reporting. I gave a sub report in main report(main report contains a header and some fields). Sub report is intended to display...
View Article2010 ReportViewer and Report Builder 3.0
Hi, I've created a report using Report Builder 3.0 against a SQL Server 2008 R2 database. The report runs fine and the output is as expected. I saved the report as a RDL file. I then opened Visual...
View ArticleProblem in Visual studio,css3
Hello. I have a problem in visual studio 2010, css3. I downloaded the "CSS3 IS 2.1.1" and installed it on windows 8 build 8250. but when i open a css page on visual studio and choose "css3" from...
View ArticleExpressions
This is my expression that i am trying but with no luck i am wanting is to hide a value on my chart if it is lab test hide. =First(Fields!ReasonName.Value, "DataSet1")=(lab test.OrElse hide)
View ArticleHow to Set Page Breaks
I have more than 10 pages And I want to add how this can be done in report vb.net 2010 thank you
View Article