Crystal Report exporting in Text format
I am using Visual Studio 2010. I have a windows forms. On the form, I have a CrystalReportViewer. When the program is executed, it loads the report that is located on the server. After parameters...
View ArticleC# Help
Hi, i am fairly new to c# and am trying to create a student registration system. I have created a login page and linked it to an sql database which i have also created although i am getting a few...
View ArticleRDL report problems after upgrade to vs2008
Our project was upgraded to vs2008 from vs2005, Then I upgraded my report(rdl) to vs2008 too, As a result the report can not open. I guess it should be the ReportViewer's problem, But I don't know to...
View ArticleAn expression in a page header or footer can refer to only one report item.
Hello, I want to give an expression to my textbox in the header of my report page. But when I do an if statement like: =IIf(ReportItems!PageNumberTotalTextBox.Value = "", "1",...
View ArticleUsing zoom resets the report to first page in VS Crystal Reports 2008.
Hi, We are using Visual Studio 2008 to build crystal reports. When the zoom (in / out) is used in the crystal report which has multiple pages, the report displays the first page though the zoom (in /...
View ArticleReportViewer shows report just fine but I can't export (Excel, PDF, Word)
Hi, I'm using the ReportViewer control and it's working just fine when I run it locally (on my machine with integrated web server). I'm connected to our development SQL server. Once the code is...
View ArticleReport Viewer Error Framework 4.0
I'm using the web component of Report Viewer in a project with a Framework 4, when i change a selected value in a drop down of a parameter the application gets blocked and just loading message remains....
View ArticlePrint Directly to Printer with RDLC Report
I am wondering how I can print directly to a printer with a local rdlc report instead of using the report viewer. Basically what I am trying to do is allow the user to push a button from the form and...
View ArticleHow To ReportViewer Modify Header From Form?
I would like to have several header lines that would change for a specific report based on a person's name and date. In one case, I might want header lines: Dave 8/16/2012 In another case, I might want...
View ArticleReportViewer 2012?
Is there such a thing? And will it ship with VS 2012? If so, is there a list of feature enhancments somewhere? It's always so difficult to find information on the reportviewer. Any help much...
View ArticleRelative path for an image on the report viewer
I know this has been asked before, and some say it's possible others say not possible. I have customer form where the user can find any image on their PC of their client and it stores the path to the...
View ArticleReportViewer control on a multi-instance Azure webrole
Dear all, I have a SSRS running on my own server accessed via http://<myserver's IP address>/ReportServer and I would like to host the ReportViewer control on Azure with 2 instances. I created a...
View ArticleLocal Report.Render to PDF taking a long time
We have a local report (rdlc) rendering in PDF using the LocalReport.Render() method. It works fine for most smallerreports with not many pages. But we have report which is about 377 pages (25,000)...
View ArticleBIDS not available in VS2008
Hi All, Sorry If am posting the question in wrong Forum. I have installed win7, SQL server 2005 express edition, and Visual studio 2008. I have Installed BIDS on sql server, when i try to create New...
View ArticleReport using an XML file as Database (Dataset)
Hi all, i am having this problem a few days, i have a Windows Forms Project, (Vb.Net) and i need to read an xml file in a dataset and bind this to an report. I have tried many ways so far, and google...
View ArticleCrystal Report Error Message
Hi All, I'm using crystal report to display data to the end users, and every so often I get an error message(see below) while the document is printing. Has anyone ever received this error message...
View ArticleDisplay Images on Report from Database
hello i am using VS 2010 Reports (RDLC), i am unable to display the images from my datasource settings source : Database MIME: BMP Code: Public Function ByteToImage(byval bytImageBuffer() as Byte) as...
View ArticleReportViewer localreport
I have typed dataset that is used by a reportviewer local report. The typed dataset uses a stored procedure. The stored procedures have parameters. I am using a windows form to display my report. I...
View ArticleRich Edit Control header
I am not able to use rich edit in dialog box can i know which header file would work? I tried with BOOL AFXAPI AfxInitRichEdit2( ); also BOOL AFXAPI AfxInitRichEdit( ); Its not working.
View ArticleReports
In rdlc file , is that possible for the data to be repeated if i am not using details row field in table? Give your ideas........ Thanks in Advance, Swapna.S
View Article