Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I just want to re bind a new data to an existing RDLC file . I dont want to delete the existing RDLC and XSD file.
Posted

1 solution

you can delete from code behind in
<pre lang="c#">ReportViewerObject.LocalReport.Datasources.Add(data object)</pre>

later you can roll back to the same data source by providing the same data object specified.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900