|
-
Oct 18th, 2007, 06:10 AM
#1
Thread Starter
Fanatic Member
can anyone give any idea how to refresh a formReport with crystalreportviewer
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..?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|