Answered by:
RDLC REPORT

Question
-
User-788007034 posted
how to create a rdlc report in visual studio
tell me the complete steps
thanks
Tuesday, July 12, 2011 2:54 AM
Answers
-
User-788007034 posted
Solution created on Visual Studio 2010 all steps
Simple RDLC Report Steps
Follow me...
Open Visual Studio, on menu select file --> new Project
select Reporting ---> Report Application and then click OK
Data Source Configuration Wizard will be started, choose data source type "Database" click next button
Select Dataset and click on next button.
Choose your data connection by clicking on New Connection Button...
From new window select your server name, click on Use SQL Server Authentication now enter user name and password
Select your database name from drop down....
now click on Test Connection button, new pop up window will appear as "Connection is successful" click ok
Click on 2nd Option that is "Yes, include sensitive data in the connection string" and click next
Type your desired connection name...then click on next button
Choose all DB objects including Tables, Views, Stored Procedures and Functions etc...
change your dataset name if you want, if No then click on Finish button
From Report Wizard Window click next button
Double click on all fields and click on next button
again click next button
choose style as you like and click finish
now run your application you will see the final reportReply me if it helps you....
Thanks and Remember me in your prayers
Best of Luck
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, July 17, 2011 1:49 AM
All replies
-
User1196771204 posted
hi nasir,
please refer to the following articles:
- http://msdn.microsoft.com/en-us/library/ms252067.aspx
- http://www.gotreportviewer.com/
- http://www.c-sharpcorner.com/UploadFile/robo60/StandaloneRDLCReports11142007183516PM/StandaloneRDLCReports.aspx
Please mark this response as an "answer" if it helps you.Tuesday, July 12, 2011 3:21 AM -
User-788007034 posted
Still i am unable to bind the values at particular textboxes from database.
how could i do this......?
Tuesday, July 12, 2011 7:50 AM -
User1196771204 posted
hi nasir,
would you please paste the error message here?Tuesday, July 12, 2011 8:44 PM -
User-788007034 posted
Hi Necro_Mancer
when i run my rdlc report then on form where i placed ReportViewer control, whenever i run my report an error is occured
"A datasource instance has not been supplied for the datasource 'mydataset_tableName' "
but this is not occured in starting it is fine but now it shows this error message.............
thanks
Wednesday, July 13, 2011 1:28 AM -
User-1694870838 posted
Hi,
What is your 'mydataset_tableName' ? is it Dataset? can you please display some codes about your problems?
Best Regards,
Damon
Wednesday, July 13, 2011 11:44 PM -
User-788007034 posted
hi Damon i have done my rdlc report.............and there is no more error
thanks for co-operation
Friday, July 15, 2011 4:13 AM -
User-1694870838 posted
Hi Nasir,
could you please display your solution in the forum and mark as answer.
This will make answer searching in the forum easier and be beneficial to other community members as well.
Thank you for your understanding.
I would do appreciate your share and time!
Best Regards,
Damon
Friday, July 15, 2011 6:36 AM -
User1196771204 posted
Hi Nasir,
I am glad to understand you have solved the problem. I will appreciate if you can share the solution OR mark anyone that has contribution in solving the problems. This will help the rest of the forum members as well
Thanks heaps!Friday, July 15, 2011 9:17 PM -
User-788007034 posted
Solution created on Visual Studio 2010 all steps
Simple RDLC Report Steps
Follow me...
Open Visual Studio, on menu select file --> new Project
select Reporting ---> Report Application and then click OK
Data Source Configuration Wizard will be started, choose data source type "Database" click next button
Select Dataset and click on next button.
Choose your data connection by clicking on New Connection Button...
From new window select your server name, click on Use SQL Server Authentication now enter user name and password
Select your database name from drop down....
now click on Test Connection button, new pop up window will appear as "Connection is successful" click ok
Click on 2nd Option that is "Yes, include sensitive data in the connection string" and click next
Type your desired connection name...then click on next button
Choose all DB objects including Tables, Views, Stored Procedures and Functions etc...
change your dataset name if you want, if No then click on Finish button
From Report Wizard Window click next button
Double click on all fields and click on next button
again click next button
choose style as you like and click finish
now run your application you will see the final reportReply me if it helps you....
Thanks and Remember me in your prayers
Best of Luck
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, July 17, 2011 1:49 AM -
User-1694870838 posted
Hi Nasir,
You did great job!
I do appreciate your time and effort!
I have been very impressed with your high level of technical proficiency; it has been a pleasure working with you.
Also thank you for your active participation in the forum!
Best Regards,
Damon
Sunday, July 17, 2011 9:31 PM