anybody have example code how to do this? (my page behind code is in vb.net)
thanks
Printable View
anybody have example code how to do this? (my page behind code is in vb.net)
thanks
this is all you have to do to bind a ds to a report if your going to export it I dont recall if when your binding it to a report viewer control how it goes but its fairly simple and there should be a few examples online espically at crystal descion's web siteCode:Dim crReport as crystalreport1()
crReport.setdatasource = ds