Hi,
I've a ReportViewer(.rdlc) in my app. I want to show a datatable, which is generated dynamically from codebehind, in Reportviewer in Table object.
How to do this? When I drag and drop table object to report, it asks for dataset from a wizard. I cant select a dataset as the dataset has to be sent to report through codebehind.
↧
How to show dynamically generated datatable in reportviewer in asp.net?
↧