i want to add on a report (*.rldc) a DataSource that is an Sql Compact 4.0, but it doesn’t give me the option to add it, but i can add on Server Explorer an Sql Compact 4.0 connection.
What do i need to accomplish this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use DataTable / DataSet to Bind Records from you SQL CE to your Local report.
Just Click Add New item then choose DataSet and select you sqlce database on your server explorer.
This may help you to start of:
Building Reports from Object Collection using ReportViewer
ReportViewer
Regards