|
-
Dec 12th, 2006, 03:35 AM
#1
Thread Starter
Hyperactive Member
Crystal Reports Question [VS2005]
I have used Crystal Reports in VS.NET 2002/2003, but I am having a terrible time with 2005.
The way I used to make (simple) reports was:
ReportDocument report = new Report1();
Where Report1() was a report file added to the project.
Then I just set the report source of the view to the report document and yadda yadda.
However, in 2005 that is obviously not the way it's done. I have searched on the Business Objects website, forums, google, etc. I can't seem to find any updated information on how to do this.
Everywhere that seems to look like 2005 requires you to actually load a .rpt file from the disk. Is this the only way to do it, and if that's the case, what's the purpose of having a Report item to add to a project? Thanks.
-
Dec 12th, 2006, 05:19 AM
#2
Re: Crystal Reports Question [VS2005]
Just read CR In VB.NET at my signature
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|