Binding Dataset to RDLC
I am creating rdlc report(not using reportviewer, using report template). I have a business class which has a code for getting dataset by calling stored procedure. I am binding that dataset to rdlc...
View ArticleProblem with SSRS ReportViewer "View Report" button in ASP.NET MVC 4
I have used an SSRS ReportViewer in my mvc4 Application. At initial load it works fine... and then there is drop downlist in my reportviewer. I have changed the dropdown list to some other value and...
View ArticleDynamic Bind DataSet to ReportViewer
Hi everyone,Currently I'm trying to bind dataset to reportviewer by code. But getting following error:-A data source instance has not been supplied for the data source 'DataSet1'.I'm using VB. It is...
View Article[A]Microsoft.Reporting.WebForms.ReportHierarchy cannot be cast to...
Ok, I have a strange problem here. I'm using V10 of the reportviewer. The report runs perfectly fine but when I attempt to use anything like Export, I get this error: Server Error in '/YOURSITE'...
View ArticlePrint option
I have embedded a SSRS 2005 report with my asp.net page, using the ReportViewer option.Users have noticed that the print option has disappeared, how do I allow users to print the report directly from...
View ArticleSQL Reporting Services 2008 and Report Viewer Control
Hello Everyone,i have a printing issue with the report viewer control on an machine that runs Windows XP 32 bit. When the users clicks on the print icon (the one that is on the right of the "Select a...
View ArticleSql Reporting Error [COMException (0x80040154)]
Hi All, I am having this problem with displaying a ReportViewer webform. This has happened just recently and I have been trying to do everything to fix the problem. Uninstall .Net Frameword 3,...
View ArticleExternal Image having url starts with https is shown in ssrs report in edit...
External Image having url starts with https is shown in ssrs report in edit mode but not renders in reportviewer after deploying.The src of image is empty in the browser.help me regarding this
View ArticleToggling on top level group and breaking page on sub group.
I have an issue that I've spent hours trying to resolve without success. I am using the ReportViewer control in asp.net, LocalReport, no Reporting Services (but I'm not sure that matters). I think I...
View ArticleColumn Headers using dataset field name
Is it possible to use the Dataset field name as a column header.If you know of some example URL's perhaps that give examples if its possible.
View ArticleReportviewer preview and printing show different font type
Hi everyone,I'm using vb.net to generate my report (reportviewer)When I browse in IE, everything display correctly. But when I print my report, the font printed out different from the one display on...
View ArticleHow to add Image into TextBox in RDLC reports
I want to add a images in textbox control in RDLC files using the <a> tag or <img> tag.I know texbox control supports limited HTML tags in RDLC.butIs there any way to add the images in...
View ArticlePassing Single value and Multi value parametes to SSRS report server from...
Hi, I have been struggling with this for the past 4 days. I tried all possible solutions from different forums. I do have two parameters in the reports. The first one can accept a single value and...
View Articleexpression in Report view in asp.net
Hi I have problem in Report viewer. I am using the expression to filter the value. I explain my scenario.I want sum the amount for particular category. I have student database. I need the sum the paid...
View ArticleMultiple Dataset in RDLC
Hi AllIs it posible to use two or more dataset in a RDLC report?Can anyone guide me about this?
View ArticleExtracting column value from SSRS Report and using it to populate
Hi,I have two pages each containing a single report. The first report let's you retrieve information using a dropdownlist. Clicking on the item number (ItemID) will take you to a second page. The...
View Articlecolumn sort in Report Viewer
Hi,I have done a report using report viewer.am binding columns(Month names) dynamically based on stored procedure values..The month names when selected in stored procedures, are coming in correct order...
View ArticleReportViewer - strange not shown exception when creating the report
Hi,I'm using the WebForms version of the ReportViewer in LocalMode. In the structure I have one main report with 5 subreports. Generation of the report is really slow (1800 report pages for around 10...
View ArticleUsage Report on an ASP.Net website
I just finished developing a VS 2010/ASP.NET 4.0 'PhoneBook' website on the Windows Server 2008R2. The PhoneBook website runs very well. Yesterday, I was asked to develop a 'usage report' on this...
View ArticleHow to convert rdlc report into pdf using iTextSharp?
Hi, I've a rdlc report which I need to convert into pdf dynamically. How to do this using iTextSharp?I tried with normal code like below. but, it throws exception "No printers are installed". byte[]...
View Article