Send values to the textbox in Report section of Crystal Reports in VB.Net
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
I need to send values to the textbox in Report section of Crystal Reports in VB.Net. How do I do this dynamically (thru code) ? Someone please Help. Thank you in advance.
How are you sending data to your Crystal Report ? One method is to build a dataset, then bind it to the report. The report is designed off this dataset schema. Look for examples on binding datasets to Crystal Reports.
-
How are you sending data to your Crystal Report ? One method is to build a dataset, then bind it to the report. The report is designed off this dataset schema. Look for examples on binding datasets to Crystal Reports.