Hi:

i have this to clean report:

Code:
If (rpt.HasSavedData) Then rpt.DiscardSavedData()
Visual Studio return this:

DiscardSavedData is not a member of "Crystaldecisions.CrystalReports.Crystalengine......"

It's annother instruction to do this or what I can do to discard saved data?

Thanks