Some times the name of DataSet in Report doesn't match Define SharedDataSet Name.
In order to avoid deploying same SharedDateSet multiple times with different Name,
need a way to map them per Report.
This can also happen if same SharedDataSet is used multiple times in same report.
<Report Name="ReprotR">
<Path>report.rdl</Path>
<DateSetMap>
<DataSet Name="DataSetA" Reference="DataSet1" />
<DataSet Name="DataSetB" Reference="DataSet2" />
</DateSetMap>
</Report>
Some times the name of DataSet in Report doesn't match Define SharedDataSet Name.
In order to avoid deploying same SharedDateSet multiple times with different Name,
need a way to map them per Report.
This can also happen if same SharedDataSet is used multiple times in same report.