Here's the issue:
I have Crystal Reports built using XSD files in the project. I have datasets built in code that will contan data that I need to put into the typed datasets of the project. Only problem is I'm not sure how to do this, other than 1 row at a time. There is potentially a LOT of data that's going to need to be moved from one dataset into the other, and this can take a while if it's one row at a time. And I can't just move the table, as I need the data to show up in the Crystal Report. Any ideas?
I have Crystal Reports built using XSD files in the project. I have datasets built in code that will contan data that I need to put into the typed datasets of the project. Only problem is I'm not sure how to do this, other than 1 row at a time. There is potentially a LOT of data that's going to need to be moved from one dataset into the other, and this can take a while if it's one row at a time. And I can't just move the table, as I need the data to show up in the Crystal Report. Any ideas?