Question

Is there a way to bind untyped DataTables to RDLC reports? As far as I've seen, It's just possible to use strongly typed DataSets.

Was it helpful?

Solution

You can bind strongly-typed datasets, and objects, because they have a full type description at design-time. Untyped datasets by their nature don't have this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top