I imported 16 tables from my MSSQL into a DataSet
and made all the necessary relationships.
I need to generate a report on a DataGridView
(or other tool) with columns specific to several tables.
How can I do this?
I imported 16 tables from my MSSQL into a DataSet
and made all the necessary relationships.
I need to generate a report on a DataGridView
(or other tool) with columns specific to several tables.
How can I do this?
I finally got it.
To generate the reports I used Crystal Report and for the login problem I added the following line in my App.Config:
<startup useLegacyV2RuntimeActivationPolicy="true">
I'm sorry for the lack of information and details, but I'm in a rush! Thanks to those who answered!