0

How can I show my rdlc report in the ReportViewer without using tableadapters ? Is it possible ? Please refer me somewhere, or help me on your own. Thanks :)

1
  • Welcome to Stackoverflow. This is not a real question for here. Did you try anything so far? Show your effort first so people might show their. Please read FAQ and How to Ask Commented Jun 13, 2013 at 12:14

1 Answer 1

0

Yes, certainly it's more than possible, it's straightforward (well, as far as anything with RDLC is ever straightforward!).

You need to ensure the objects in your program have been defined as data sources (Data -> Add New Data Sources). If you've done that the data sources will be available to you in the report (Report -> Data Sources ...). See them listed something like this:

enter image description here

No DataTables or TableAdapters anywhere to be seen ...

If you need more help please supply more information and tell us what you've tried.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.