How to Create Report Viewer Binding to Object in VB.NET
I have Class named "User", code: Public Class User Private m_id As String Private m_user_name As String Public Sub New(ByVal id As String, ByVal name As String, ByVal pwd As...
View ArticleVisual Studio 2012 compiling RDLC error while loading code module
Hello all, I've developed an application on .net Framework 3.5 with VS 2010 and now I am trying to develop it with VS 2012. I'm facing a problem with ReportViewer. In my application, I'm using a...
View ArticleVisual Studio 2012 rdlc with external reference bug?
I'm using rdlc with external reference in my Application. In Visual Studio 2010 I had to copy the dll into "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies" then it...
View ArticleDrill through report in Report Viewer
I am getting the following error when I click on the hyperlink in report1, and it should take me to report 2A data source instance has not been supplied for the data source 'DataSet1_Order_Details' I...
View ArticleShow Data-bound table in Page Header
Hello,my situation is that I want to print a (same) table (which gets data from a dataset) on every page of a report. The table is on top of the page and followed by 4 charts per page. Unfortunately it...
View ArticleWhat's wrong with this expression?
Hi,One of the columns in my report contains the following value expression:=IIF(System.Decimal.Compare(Fields!BalanceAmount.Value, System.Decimal.Parse("0.0M")) < 0, string.Format("{0:N2}",...
View ArticleLocalReport Error - A data source instance has not been supplied for the data...
I have just installed VS 2005 RC.Tried using the LocalReport control using the exact sample code provided in the help for the Render method.I keep getting an error during the LocalReport.Render method...
View ArticleHow to write text inside reports in crystal reports
I want to write text inside the report vertically in crystall report.The text should be write vertially inside of whole report,not a session like border of page.Is this capable?
View ArticleAdding data to report at runtime
Hello There,I have a Windows application where i am making use of Report Viewer and Report (.rdlc) to display records fetched from the database. It works fine when i bind it to the dataset created...
View ArticleDisplay data in two column using reportviewer windows forms
Hello !I want to display following data in same page.For example ,-------------------------------------------------------|Rno | Name | Rno | Name...
View Article508 Compliance using ReportViewer and .rdlc
Hello,I'm new to using .rdlc files and the ReportViewer control. We have been tasked by our customer with a new requirement of making our web apps 508 compliant (things like using "alt" tags in the...
View ArticleReportviewer expression
I've been successfully using the WinForm ReportViewer control to view reports from relational databases. I used expressions to do calculations on the rdlc file. I need to addition on two expressions...
View ArticleReport Viewer Control Not Exporting Properly through Cisco VPN Gateway
I have a web page that uses the reportviewer control to display reports from a remote SSRS server. It is access through an HTTPS Cisco VPN gateway for security.I have no trouble displaying the reports...
View ArticleIF conditions for fields in crystal reports
Hi,i have a report that has many fields from a dataset on it.i want if a field's value is something then it shows something else on report.For example if the value of field is 4 then it shows Good...
View ArticleMicrosoft ReportViewer
I am having the following error: Overload resolution failed because no accesible 'New' is most specific for the arguements.This is part of the code:' show the correct report Private Sub...
View ArticleSubReport in a web application error Data retrieval failed for the subreport
Hi,I am trying to create a report in a web application. The report is supposed to have a sub report in it.What I did was create 2 reports.Report1 (Master Report)Report2 (SubReport)I added parameters to...
View Articleme
Created a new report, opene finished report in "Prin preview" and got 35 pagesof a single page report...What settings did I missed setting to have only 1 page displayed for printing??
View Articlethe report definition has an invalid target namespace...
Hi All, I have Visual Studio 2010, and .net framework 4.0 installed on my development machine. I also have SQL Server 2008 installed (which you indicate above does not affect the issue)....
View ArticleDynamic columns in crystal reports
Hi, i have some columns in my database like :id,bill,payed,date,period,...i want to filter columns in dialogue box before showing the report,mean i want to put checkboxes in in a windows before showing...
View ArticleFilter on sql data source for parameters using like statement
Hi all, I have a Report Viewer that I am supplying a SQL statement with a LIKE statement in it, I am passing two parameters to it from another web page. Everything works fine on it until I pass it the...
View Article