Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,

I'm having one dataset, I need to bind that dataset to report (RDLC) programmatically. My application is winform not webform.

Someone please help.

Thanks in advance.
Posted

 
Share this answer
 
Comments
Sarath kumar.N 1-Jun-15 5:32am    
Hi, thanks for your response.I know how to bind the data with the report, but the problem is while binding the data it'll automatically generate one code in form load. In my case

this.assetsTableAdapter.Fill(this.dataSetAssetsG.Assets); this is the code. But I already binded the data with datagridview. So the same code generated that time itself. If I tried to bind the data with report. It's not working.
 
Share this answer
 
Comments
Sarath kumar.N 1-Jun-15 5:35am    
Hi, thanks for your response.I know how to bind the data with the report, but the problem is while binding the data it'll automatically generate one code in form load. In my case

this.assetsTableAdapter.Fill(this.dataSetAssetsG.Assets); this is the code. But I already binded the data with datagridview. So the same code generated that time itself. If I tried to bind the data with report. It's not working.

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