Reputation:
Currently I am working with crystal report which shows images of large size. I am facing difficulty at the time of load. So now I want to element crystal report as I cant reduce quality of images. Any alternate way to do the same thing?? And yes I don't want to use third party control..
Thank you in advance...
Upvotes: 2
Views: 323
Reputation:
I have solved this problem.. Actually problem was used resources for report viewer. I was disposing my crystal report object but not crystal report viewer object. So
viewer.dispose();
worked for me..
I hope same solution helps any one facing the same issue..
Thank you for your great response too!!!
Upvotes: 1