Datagridview with columns of different tables of a Dataset

Asked

Viewed 665 times

1

I imported 16 tables from mine MSSQL in 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 that?

  • 1

    You can enter the code you have, even if it is incomplete or in error.

  • Well, as a matter of fact, I don’t have any code yet.. rs .

2 answers

1

Finally got.

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! Thank you to those who replied!

0

  • I will try to use. Thanks for the references!

  • I ended up using Crystal Reports to generate the report and got exactly what I needed from an XSD I created, but when running the program it asks for password, but the file is not protected. What I do?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.