[b][red]This message was edited by LUbud at 2003-6-4 7:59:49[/red][/b][hr]
This is a newbie question but I want to transfer data from a listview that I have created to a crystal report. How do I create the report and transfer the data?
I know after I have created the report I use:
[code]
Dim orpt As New ReportDocument()
orpt.Load("C:CrystalReport1.rpt")
CrystalReportViewer1.ReportSource = orpt
[/code]
to display the report.
Thanks,
Dan