CRYSTAL REPORT AND MEMORY LEAK
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How to use garbage colloection when using crystal report. because every after one day ot two crystal reports stops displaying and starts throwing errors.
Ashish Jha Software Engineer
-
How to use garbage colloection when using crystal report. because every after one day ot two crystal reports stops displaying and starts throwing errors.
Ashish Jha Software Engineer
ReportDoc is the Report Document Object. on page unload
ReportDoc.Close()
ReportDoc.Dispose()
GC.Collect()i think you mean this.