I am trying to build a Crystal report VisualStudio.NET for an VB.NETapplication. I would like to build a report that doesn't connect toany particular database at design time because I am planning to pass adataset to the report at runtime. From what I have read, it soundslike unbound fields might be the answer. However, I am having troublefiguring out how to bind these unbound fields to my dataset atruntime.