Hi guys,
Im trying to develop a very simple report tying up reporting services using dataset. I have defined a dataset in the appcode with a relevant sql.
And then I create a rdlc form and tie it to the dataset. This rdlc form is displayed in an aspx page using a reportviewer.
During runtime, the above error occured.
'A data source instance has not been supplied for the data source 'DataSet1_DataTable1. '
Any ideas or help anyone
Thanks.

A data source instance has not been supplied for the data source 'DataSet1_DataTable1.