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
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
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
You can use Reportviewer to generate the report
http://paulohdsousa.blogspot.com.br/2012/01/relatorios-com-reportviewer-e-linq-c.html
http://www.devmedia.com.br/gerando-relatorios-atraves-do-reportviewer/5371
https://code.msdn.microsoft.com/windowsdesktop/Gerando-relatrios-com-815c3396
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 c# winforms ado.net
You are not signed in. Login or sign up in order to post.
You can enter the code you have, even if it is incomplete or in error.
– Diego Zanardo
Well, as a matter of fact, I don’t have any code yet.. rs .
– Cassio Milanelo