c# - Building a report from a runtime generated datatable -


i have datatable data have read csv file (you helped me yesterday that, thanks). now, want show report columns of datatable.

it easier if see fields , select them report designer: i'd have drag them columns. problem datatable generated in runtime, can't use designer.

how that? how make report data generated in runtime, , visualize in reportviewer?

thanks in advance!


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -