vote up 1 vote down star

I'm trying to learn Crystal Reports (VS 2005, VB) and per this question I was trying to drive the report with my own data objects instead of through a DB connection.

I found this tutorial and it looked promising as an answer to my question, but after diving in it only seems to apply to web development.

Am I out of luck in trying to power a Crystal Report with .NET objects in a standalone application?

flag

2 Answers

vote up 1 vote down check

Based on this step, I think the report might have to be a strongly typed report. Where did it indicate it was only for the web?

link|flag
In the previous section, "Creating the Stock Class," the last step said, "From the Build menu, click Build Website." – John W Jul 17 at 21:00
The example seems to be for a web site, but what's stopping you from trying it with your class? Is the option not available when adding a crystal report to a non-web application? – dotjoe Jul 17 at 21:19
Hmmm ... it works for standalone projects too. Thanks. – John W Jul 20 at 18:18
vote up 1 vote down

Please see my answer for your previous question.

http://stackoverflow.com/questions/1140229/how-to-use-crystal-reports-without-a-tightly-linked-db-connection/1157001#1157001

link|flag
Thank you! Appreciate it! – John W Jul 21 at 4:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.