OK, I think I\'m getting mad here... I thought this should be super simple, but I just can\'t figure out how to do that.
This is what I\'m trying to do: I want to cr
I found this blog very helpful.
When you create a new datasource for your rdlc, in the Dataset Properties dialog:
1) In the Data source drop down, select the namespace that contains the class which contains the public method (see #2).
2) In the Available datasets drop down, select the public method that returns an IQueryable of your business objects.