PDA

Click to See Complete Forum and Search --> : can anyone give any idea how to refresh a formReport with crystalreportviewer


edgarbenilde
Oct 18th, 2007, 06:10 AM
please help me refreshing my report

i can't do it...

here is my code..

Dim newRep As New CrystalReportFillBy
OpenConnection()
GetRecords(UsePrintRSONO_rpt)
newRep.SetDataSource(ds)
newRep.Refresh()
CrystalReportViewer1.Refresh()

whats wrong with it..?