|
-
Sep 27th, 2004, 11:45 PM
#1
Thread Starter
Member
crystal
can anyone tell me how to use crystal report in vb.net??
-
Sep 29th, 2004, 10:18 AM
#2
Member
start a project, then <add Component>
choose <Crystal Report>
this starts a wizard to add a report.
when the report is created,
add the crystalreportviewer to your form
this is needed to preview/print the report
add the reportdocument component from your toolbox to the form.
a dialog wil ask for the created report.
finally set the reportsource property from the crystalreportviewer to the correct report.
Hope this gives you a start,
Piet
-
Sep 30th, 2004, 09:01 AM
#3
Thread Starter
Member
thanks alot!!!!!
i got the idea!!!
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
|