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.
I have solved it..
DataSet
Stored Procedure
.Configure
.Next, Next
and Finish
.Now go to RDLC
Report.
Dataset
and click Refresh
.