PDA

Click to See Complete Forum and Search --> : Binding a Dataset to Crystal Reports


wheels
Sep 24th, 2002, 02:24 PM
anybody have example code how to do this? (my page behind code is in vb.net)

thanks

robdotnet00
Sep 25th, 2002, 10:40 AM
Dim crReport as crystalreport1()
crReport.setdatasource = ds




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 site