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..?