How to populate data to Crystal Report At runtime

  • Thread starter Thread starter Deepthi
  • Start date Start date
D

Deepthi

Hai...

I am doing an application in Vb.net. Here i have to display report by
getting the values taht are displayed in a treeview in one form.

How to Pass those values to the crystal report and display report from that
data?

could any one help me in doing this?

Thanks in advance..
 
Crystal accepts datasets as a datasource.
You can pump your data into a dataset and then hand that off to your
report.
I have no code currently to show you how though. At least it gives you
something to play with. You'll need to create a strongly typed dataset
schema (.xsd).
 
Back
Top