Hi,
In my program, i have created 10 richtextbox dynamically. in all richtextbox i gather text form various websites.
All is going fine. now what i want is- i need to print all/selected richtextbox text to printer and also saves it to Word file as following formate:
Richtextbox1 (or something like header)
richtextbox1.text.............
...............................
...............................
...............................
=========================================Richtextbox2 (or something like header)
richtextbox2.text.............
...............................
...............................
...............................
=========================================Richtextbox3 (or something like header)
richtextbox3.text.............
...............................
...............................
...............................
=========================================
Can anyone help me on this issue? I hope i can do a crystal report based on it. But I have generated richtextbox dynamically. If possible by Crystal Report, how to get above format for richtextboxes one after one? How can i print on white page?