in your existing project : Right click on project => add new item => user visual c# select crystal report => if already installed on your computer it will open a .rpt file for your, other wise it will connect to internet for downloading, let them do it automatically
you will also see crystal report viewer at toolbox for viewing report design by u,
after installing you can restart your framework
if still you are not finding on toolbox right click on toolbox and click on show all item'
if u have any doubt let us know, we will try our best to solve your problem
anilr499
Member
94 Points
389 Posts
crystal reports
Jan 09, 2012 12:04 AM|LINK
how to create a reports using crystal reports 10
environment(vb.net,sql server2008)
Careed
All-Star
18764 Points
3637 Posts
Re: crystal reports
Jan 09, 2012 02:16 AM|LINK
If you have Crystal Reports 10, then you can create the report in CR 10 and then use it within Visual Studio with VB.
"The oxen are slow, but the earth is patient."
anilr499
Member
94 Points
389 Posts
Re: crystal reports
Jan 09, 2012 02:54 AM|LINK
yeah i have crystal reports 10.am proceeding till reporting design view but am not getting the data...
cachet.net
Member
463 Points
110 Posts
Re: crystal reports
Jan 09, 2012 03:16 AM|LINK
hi,
please following the link
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-stepbystep.htm
in this they are using within visual studio, if u want to do it seprate, then every thing is same no need to changes any thing
just differance is in this article then are in framework and u r doing seprately,
if u want to do it thru xsd file
http://www.codeproject.com/KB/aspnet/Crystal_report_features.aspx
if u have desinged every thing and data is not coming, there 2 reason are
1. no data in tables
2. your linking is wrong
if u have any problem post here, definately u will get the solution
thanks and regards
Careed
All-Star
18764 Points
3637 Posts
Re: crystal reports
Jan 09, 2012 11:27 PM|LINK
Does it work in Crystal Reports?
"The oxen are slow, but the earth is patient."
cachet.net
Member
463 Points
110 Posts
Re: crystal reports
Jan 10, 2012 02:42 AM|LINK
Hi Careed,
Are u asking some thing from me or the thread starter, according to what i have replied all things will work and i have used
thanks
Careed
All-Star
18764 Points
3637 Posts
Re: crystal reports
Jan 10, 2012 12:18 PM|LINK
I was asking the original poster if he is able to run his report directly in Crystal Reports.
"The oxen are slow, but the earth is patient."
anilr499
Member
94 Points
389 Posts
Re: crystal reports
Jan 11, 2012 12:01 AM|LINK
thanks guysss for your support......
but am not getting crystal report tag in tool box......
how can i get it.......
Careed
All-Star
18764 Points
3637 Posts
Re: crystal reports
Jan 11, 2012 01:58 AM|LINK
You need to verify that you have Crystal Reports for .NET installed.
"The oxen are slow, but the earth is patient."
cachet.net
Member
463 Points
110 Posts
Re: crystal reports
Jan 13, 2012 05:15 AM|LINK
Hi,
you can download your exact version of crystal report for VS 2010 from here
http://www.sdn.sap.com/irj/sdn/crystalreports-dotnet
or
in your existing project : Right click on project => add new item => user visual c# select crystal report => if already installed on your computer it will open a .rpt file for your, other wise it will connect to internet for downloading, let them do it automatically
you will also see crystal report viewer at toolbox for viewing report design by u,
after installing you can restart your framework
if still you are not finding on toolbox right click on toolbox and click on show all item'
if u have any doubt let us know, we will try our best to solve your problem
thanks