Click here to Skip to main content
15,917,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working with RDLC Reports in C#. When I am creationg a dataconnection it is adding "(settings)" With my connecton name. Ex:inventoryDBConnection(Settings). So I am unable to create reports.Showing error that inventoryDBdataset not found. But dataset with that name only I created using with that only I created report also. That dataset name is default name created by system.

What I have tried:

I tried With new form there it is ok and connection also showing with out "settings" and report also coming and there also inventoryDBdataset only. Problem is coming in my project only.
Posted
Updated 6-Jun-17 10:21am
v4
Comments
RickZeeland 6-Jun-17 4:54am    
Maybe you need another version of SQL Server installed ?
vijay_bale 6-Jun-17 5:02am    
From the begining of the project maybe 3 months back I installed only sql2016 and I created database in this sqlserver only.
vijay_bale 6-Jun-17 5:04am    
Why it is showing like that in my project only. If I take new form out of my project then reports are coming. problem here only.
RickZeeland 6-Jun-17 8:53am    
What version of Visual Studio are you using ?
vijay_bale 8-Jun-17 2:38am    
I am using visual studio community 2015

1 solution

Maybe you can try Binding .rdlc Reports to a ReportViewer at runtime, see the article here: Binding DataSet and Generic *.rdlc Reports to a ReportViewer at Runtime[^]
 
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