AOA
i want to rpeat subreport in table control of Rdlc report of visual studio.net2.0
how it possible?
Thanks in Advance.
Hello all,
Thanks for all of your responses, they were very enlightening. I finally figured it out with the help of BradMS's code post, using the creation of a new Thread, rather than background worker; it is infinitely easier, and, as far as I can tell, better. The one thing problem I have now, is since it creates the thread at the click of the button, I want it only to create a thread if one is not active. How can I do this? I tried disabling all the controls at the start of the thread, and re-enabling them at the end, but it refuses to enable. Why?
Thanks!
chukrum47
How are a plum and a rabbit similar? They're both purple, except for the rabbit.
Hello all,
Thanks for all of your responses, they were very enlightening. I finally figured it out with the help of BradMS's code post, using the creation of a new Thread, rather than background worker; it is infinitely easier, and, as far as I can tell, better. The one thing problem I have now, is since it creates the thread at the click of the button, I want it only to create a thread if one is not active. How can I do this? I tried disabling all the controls at the start of the thread, and re-enabling them at the end, but it refuses to enable. Why?
Thanks!
chukrum47
How are a plum and a rabbit similar? They're both purple, except for the rabbit.