I am aiming to build a crystal report which can print *whatever* data i chuck at it.

for example in my application there is a listview, and i want 2 print that listview, but the listview can contain a whole lot of different fields, at the users discretion.

So i figured build a data definition file, with say 10 fields, all string, pass it a recordset and hope for the best,.

I might have trouble passing it a recordset that has dates and numbers, hopefully CR will just interpret as string and thatll work out ok.

Also i wish there was a 'cangrow' horizontal option, since i dont know how much data is going to be in these fields....

Does anyone know of anyone who has done something like this before?