Hello,
I have been developing in
vb/
vb.net among other languages for a while but I never really touched Crystal report.
What I need to do is fairly simple (I think...). I have a data source (ADO.net 2.0) which is an external DB on an other server. The application is using this DB for a lot of things but now I need to build some reports inside the application. What I want is basically to use the result of a query (datatable123 = tblAdapter123.GetDataByCustomerNo(Cust_no)) and input it in a Crystal report. My problem is I have no idea how to do that...
In access I would only set my data table as the row source of my report but I can't find how to do that with
vb.net 2005 and crystal report.
Anyone can help?
TY