Visual Studio 2012 dataset not working after addind Datatable in Dataset.xsd
Hi All,I encounter a very very weird error which i do not face in Visual Studio 2010.All the SQL result return in dataset format has 0 row even if it should return record after adding table to...
View ArticleIntegrate reporting services in asp.net
how to integrate reporting services into my asp.net application pleasegetting this errorsThe attempt to connect to the report server failed. Check your connection information and that the report server...
View Articlerefreshreport is not a member of 'microsoft.reporting.webforms.reportviewer'
Hello, I just switched from Crystal Report to Reporting Service and created my very first page with a ReportViewer to show my report (.rdlc), below is my code: Protected Sub Page_Load(ByVal sender As...
View ArticleRecently Tables overlaps in Chrome in report viewer
My report contains 3 small tables in upper row and 1 big table in down row.Tables overlaps in Chrome in report viewer.No issues in other browsers or pdf print.It was working without any probs. Recently...
View ArticleRefresh Button on reportviewer gives "Data retrieval failed for subreport1"
I have two reports. Report A is the main report and Report B is the subreport in SSRS.when I click the refresh button on the report viewer, it refreshes Report A but give Data retrieval failed for...
View ArticleHelp Needed (Need superscript on the description field )
Hi All,I have two fileds in my dataset Year_discription and source_info(1,2). Now I need to make superscript source_info field to Year_description. So please let me know if any one faced same...
View ArticleMultiple Page RDLC to Image
I am able to export rdlc to Image, but it exports only the first page.Below is the code: private void sendImage(ReportViewer reportViewer) { Warning[] warnings; string[] streamids; string encoding;...
View Articledynamic group with page breaks
Hi,I have data binded to reportviewer. Now my problem is, user will send any multiple columns to rdlc(Not always the same columns).In rdlc need to create groups of those columns and apply page break...
View Articleview SQL server database binary image to rdlc report viewer
Hi friendsi am using Asp.net 4.0 and SQL server 2008 r2i want display database binary image to reportviewerMany ways i checked but i cant.In the report viewer panel no images displayed, but in the...
View ArticleRDLC Dynamic table binding without having need of dynamic report.
Dear All,I am new to RDLC reporting, my requirement is simple.I have designed a report and i have set some parameters in that report to populate dynamic data.Now i have requirement to display table...
View Articleabout the paging in rdlc
Hi:I meet an problem about the pagation in rdlc. I use reportview10.0, and after setting the table and its dataset in rdlc. When using the rdlc to get the report, the data is all in 1 page, however, if...
View Articleprinter icon missing from report viewer , not visible in any browser
i have a report viewer and printer icon is missing, i have used this code from internet, still it is not...
View ArticleReporting Service Formula show #Error on Server
When I update my code from visual studio 2008 to visual studio 2012, all reporting service reports (client site reports) are working on my local and my co-workers machine.After report are deployed to...
View ArticleDisplay many subreports in one report.
Hi pro !!!I have a problem . I have a table Student with column ID. I have a report A display one student at a time by StudenID.In form, i have a list student ID, when i check many student IDs. I want...
View ArticleReport Viewer - Unable to Sort
Dear Friends: I am trying to use the sorting of a Report Viewer control in my ASP.Net page. Here are the steps I am following: 1). Right click on the column header in the report and click Textbox...
View Articlesubtotals and totals using dynamic expression
Hi, I have a table data as below. ocid pno cno title funds pid amount 1A 10 100 xyz ss 1 100 1b 11 100 abc ab 1 50 2c 12 100 pqr ss 2 23 2d 13 100 mnp ab 2 20 1A 10 102 xyz ss 1 100 1b 11 102 abc ab 1...
View ArticleDate format
I am working on Microsoft Server 2008 Reporting Services and based in UK. I have followed all instructions on producing Invoice-Batch numbers report of Galactic Database, the last part of chapter 4....
View ArticleError Binding rdlc report with report viewer control
Dears My asp.net web page has report viewer contral . I am dynamically binding a rdlc report with report viewer . I did following steps1: created report viewer .2: Created a rdlc report with dataset ....
View ArticleSQL Reporting Service Runtime Error (The item '/reports/Report1' cannot be...
hi friendsHow to fix this problem when i run SQLSSRS .Note:RDL files are in Reports folder(D:/Reports/reports1.rdl)My code is given belowReportViewer1.ProcessingMode =...
View ArticleChart
Please why i can't display more than one chart on my report on my web form please? when i run it into server it is ok but in the web form no why please?
View Article