Its is possible to set a form to a particular DataSet?

I have created a DataSet related to a database I have connected to my project. I want to now create a form that uses this particular dataset kinda like in Access you can set the form to a RecordSource of some Sql Statement or Table, then everything on the form will be related to that table.


Is this possible if so what property do I need to set? I did read something about a form wizard but cannot seem to find it in VS2005.


Thanks