Binding data into crystal report
Hi everybody :wave: ,
I face a problem in binding data into CR in VB.NET 2005. First I set datasource
using wizards then I create a report according to a table in the dataset using CR wizard. Then I drag CR viewer from components and drop it in the form and set the report source to the one I create BUT when I run the application the data do not appeard in the report, only the label of the report. Can anyone tell me why? Or where I did wrong?
Re: Binding data into crystal report
Read the crystal report article CR In VB.Net at my signature.
Re: Binding data into crystal report
I tried your way and it work BUT when I need to produce report using 2 tables its not working. I'm Positive from my query and I checked some value in the datatable and it was correct BUT in the report the data does not appeared.
Please, Can you tell me how to produce report from 2 or more tables?
Re: Binding data into crystal report
Can Anyone answer my question PLEASE :cry:
I tried your way and it work BUT when I need to produce report using 2 tables its not working. I'm Positive from my query and I checked some value in the datatable and it was correct BUT in the report the data does not appeared.
Please, Can you tell me how to produce report from 2 or more tables?