Hi to all:

I try to use this code to discard empty values of fields parameters in my report:

Code:
If (rpt.HasSavedData) Then rpt.DiscardSavedData()
but VS2008 tell me in the line marked in bold:

"DiscardSavedData its not a member of crystaldecisions....."

Any help please?

Thanks