can anyone tell me how to use crystal report in vb.net??
Printable View
can anyone tell me how to use crystal report in vb.net??
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
thanks alot!!!!!
i got the idea!!! :bigyello: