Using SQLConnection/Commands in my code I have successfully filled an ObservableCollection using my DataBase Query. What I want to do now is use the values in my collection as the source data for a Crystal Report.
I have as of yet been unsuccessful in finding a best or even functioning solution to my issue. I had thought to process the values into a Solution DataTable created using the DataSet Designer and have that as my Report Data Source, but, haven't figured out how to process the values into the DataTable.
ObservableCollection Values Example:
"1", "1", "5W20"
"2", "2", "5W30"
"3", "3", "10W40"
In the end game I am trying to make a Crystal Report which, when printed, will be pull-&-stick labels (12 per page). Each of the 3 values (or each row) will be on 1 label.
Thanks, and I'll be watching for any replies while I keep tackling from my end!

New Topic/Question
Reply



MultiQuote








|