Hello,
My users can via a datagrid enter any no of text rows (done in a VB.Net application). I then want these rows to appear on a report as a nice list (table).
How do I best pass these rows to my report and display the rows on the report? It seems like I need a dataset to base the table on...? The text is not stored in the database and hence I cannot query the DB to get the information to show.
Regards,
Marcus
My users can via a datagrid enter any no of text rows (done in a VB.Net application). I then want these rows to appear on a report as a nice list (table).
How do I best pass these rows to my report and display the rows on the report? It seems like I need a dataset to base the table on...? The text is not stored in the database and hence I cannot query the DB to get the information to show.
Regards,
Marcus