Problem related to crystal report in vb2010 - vb.net

I have developed vb.net desktop application using vb.net 2008 and ms-access database.
As to have dynamic image on crystal report, their is no Graphic Location option in vb.net 2008 crystal reports.
So as per search results, I installed vb.net 2010 and crystal reports supporting vb.net 2010.
but when i try to open crystal reports in vb.net 2010(which where created in vb.net 2008) , it has so many errors and .rpt file looks like following picture.
can anybody tell me why so ?
Please....!!!

Related

How to use crystal report in vb.net 2010

Help!
I have a software that needs to print data and i want to use crystal report so that i could have multiple pages. I've tried using the crystal report and when you're using crystal report you need to export the database and its tables. But the problem is that I've coded my software that when it runs for the first time it will create a specific database and its corresponding tables. how can i use crystal report without exporting the database? I've already downloaded the crystal report. please help me.

How To Create Query In RDLC Report Using VB 2010

I want to create a report with .rdlc, in this case i want to join some table and put the result in table on the rdlc file. I got confused, coz there is no place to put my query in the report.
Did i have to write some coding to create the report, so i can use the query?
Regards
I suggest downloading SAP Crystal Reports (http://www.crystalreports.com/). If you are using SQL Server, use Business Intelligence to create the report through the server. The report viewer currently installed with Visual Studio is not user friendly.

How to edit crystal reports

I new to programming. With limited knowledge I have done small application. But I want to use Crystal reports to view the reports. Can anyone help me to understand how to edit crystal reports, coz I need to change the view of the report. When trying to open in Visual studio installed with crystal reports , it is showing all 00's and FF's.
Please help me
use version 2012 for visual studio.
the patch for crystal report for visual studio is not out yet
here's the link Visual studio 2013 & crystal report

Will reportviewer of Visual Basic can do a report that came in MS ACCESS database file?

Is there any possibility to make a report using MS ACCESS database files? I'm using Visual Studio 2013 however no reportviewer, just saw a source to download and have a toolbox for it however seems not working to make a new report since it lacks Report Wizard and Create a Report thus available only in paid.
Any alternatives to make simple but useful way of making a report?

vb.net 2005 : crystal reports application or windows application to generate pdfs?

I currently have a simple crystal reports application which generates a crystal report and in the built in viewer provided by VS2005. There is a drop down where you can select options to change the criteria of the report. I wish to convert this app to a windows executable which will take all those select options and generates pdfs based on the crystal report. the executable will be triggered by windows task scheduler...or maybe command line app?
Obviously this will be somewhat of a re-write. What would be the best way to start this as? a crystal report application or a windows application.
Take a look at CrystalHelper. One of the many things it provides, is the ability to take an existing Crystal Report and export it to PDF. Especially helpful in Web applications, because the clients don't need a Crystal viewer - just a PDF viewer, which almost everyone already has!
http://www.codeproject.com/KB/dotnet/CrystalHelper.aspx
I ended up using VS2005 and creating a command line app.