1

I have an rdlc report in my solution. I want to set the report datasource with run-time generated data table. How can I do that?

I haven't used any xsd file to design the report. I just want to display the data table from the database on the report.

chaliasos
  • 9,659
  • 7
  • 50
  • 87

1 Answers1

0

Try this link.

In the link you will see a class is added to the application and it is used as DataSource. You can add as many data sources as you want. You can also add more than one DataSource in one RDLC report.

DhavalR
  • 1,409
  • 3
  • 29
  • 57