Add existing DataSet for .rdlc report

I have a report. I need to create another one similar to the one I have. Therefore, I created a second report by copying the first. Then I created a new DataSet for the new report. I also created it by copying the original dataset (from the first report) and changing the name. Now, when I want to add a new DataSet to a new report, it does not appear in the DataSet parameter in the "new dataset".

enter image description here

What am I missing? Why can't I see the created DataSet?

+5
source share
2 answers

, . , DataSet, , . , DataSet XML-, , , , !

+4

rdlc xml . , , rdlcs

+1

All Articles