1
Answer

C# Windows form Application

wajid ali

wajid ali

10y
689
1
Hi, friends help me please....
In my semester project (ticketing System) i create a form to book tickets any thing is fine but i have only one problem that is i want to print tickets for passenger on Crystal report Viewer ....Soo, my question is this that how can i pass the value of textboxes to Crystal ReportViewer on Run time when i Clicked the print ticket button .. Pleassssssssssssssse help me now!!!!
Answers (1)
0
Sumit Jolly

Sumit Jolly

NA 19k 557.4k 10y
Refer this blog: http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-string-parameter.htm

Alternatively at click of any button, you can store TextBox data into somewhere in database and fetch that in Crystal Report.