Hi Guys... I am new born in Crystal Report. I can't able to do a simple and small thing since last 5 days....
I am developing a small package using C#.Net 2005. When I run my C# program My form comes up with one Button on it. When I click on Button one textBox created and added on the form. Like this I can add as many textBox I want.
Then I input some text in textBox. After this I am clicking on View Report Button on the same form and then Crystal Report comes Up....
Now I want to create text object of crystal report 2008 as many textbox I create on C# form. It can be 1 or it can be many.
So my problem is how to create crystal report 2008 text object at runtime by using C#.Net 2008.
If any one can help I'll be very thankful to him/her....
Please help me