hi

I'm developing an VB.NET app which gets datas from an mysql database . So far so good...
I need to display some basic raports and I' trying to use ReportViewer component from VS
I created an Raport but my problem is how to bind the raport with my mysql table. If I choose Object - MySQL.Data - MySQL.Data.MySQLClient i cant get any fields and rows. In fact I cant set even the connection string

How and where I can set the connection string of the raport to MySQL database