I have created DataSet
for RDLC
reports. Now i have changed my Stored Procedure
by adding some new Columns
to it. DataSet
contains different Stored Procedures
, now how can i update the DataSet
with out deleting and Re Creating it. So that new added Columns
are available on DataSet
for use.
In visual studio if you have the RDLC open you can open the Report Data window by pressing CTRL+ALT+D.
From here you click on datasets and then right click on the data set to refresh it.