I am building a little report to be displayed on a windows form. I am creating a data set on the fly and pushing that to the report.

My question is how do I add the appropriate fields to the report in design mode if I can't see the the fields since I am building the dataset on the fly.

I have attached the table I am working with to the report to get fields but as soon as I delete the table the fields go with it.

Do I use unbound fields then bind them on the fly, I just don't know.

I hope this makes sense, I am assuming there is a simple trick to this!!!

Frank