Click to See Complete Forum and Search --> : Passing table to Crystal Reports using VB.NET 2005


foxwiz
November 21st, 2006, 02:04 PM
I would like to create a report and pass a table created in memory in my VB.NET project. How can I do this?

I have passed a query previously to Crystal and created the report using fields from the query (stored procedure), but how can I do this from a table that doesn't exist yet?

Any code samples would be greatly appreciated.

Thanks