hi there
i want to add picture in the runtime to crystal report but i can't made it .. !!
how i can manage this case >>>
thanks
Printable View
hi there
i want to add picture in the runtime to crystal report but i can't made it .. !!
how i can manage this case >>>
thanks
HI.
See this http://www.macoratti.net/vbn_crid.htm
Its in Portuguese but i translated the steps required to load a picture a runtime in vb.net
1) prepare pictures
2) create a new dataset that supports pictures
3) create a new crystal report based on dataset
4) load picture into dataset.
5) use dataset as datasource for report.