Hi to all:
I try to use this code to discard empty values of fields parameters in my report:
but VS2008 tell me in the line marked in bold:Code:If (rpt.HasSavedData) Then rpt.DiscardSavedData()
"DiscardSavedData its not a member of crystaldecisions....."
Any help please?
Thanks


Reply With Quote