0
votes

In RDLC report, I have modified stored procedure to output additional two columns.

Now, when i open RDLC report and refresh the dataset (under report data) then, fields are just disappearing from report data view and dataset is not refreshed.

Can any one provide solution to refresh the dataaset so, additional two fields also appears.

I checked other post but, its all saying to refresh dataset or edit but, in that case, no fields appear how i shared above.

1
Are you using XSD datasets? - wonderbell
You can do it manually by changing dataset in report's xml: stackoverflow.com/questions/22919609/… - InitK

1 Answers

0
votes

I have recreated data source with stored procedure and new field is appear.

It works by this way.

Thanks