DataSet gets cleared when displaying crystal report output
Posted
by Tejas
on Stack Overflow
See other posts from Stack Overflow
or by Tejas
Published on 2010-03-10T06:55:15Z
Indexed on
2010/03/18
14:21 UTC
Read the original article
Hit count: 397
crystal-reports
|vb.net
hello friends,
I am facing one strange but typical problem.
In one my form I have DataSet filled up with so much of data which I need to use throughout the form.
& I have 1 "print report" button also. When user click on that a report gets displayed. But after I click on that my DataSet gets cleared & so after that bug comes to my form.
What to so my DataSet remains filled even after displaying that report output?
Pls help me experts...
© Stack Overflow or respective owner