Posts by Silva • 51 points
4 posts
-
0
votes2
answers2459
viewsA: Reportview without a dataset
You can work with objects. You will need, there in the report (rdlc), to create the Dataset, however, at the moment of creation, you will indicate Object. For this, you need to have a class only…
-
1
votes1
answer491
viewsQ: Include a search button inside a gridview c#cell
I have the following problem: I have a gridView on a Windows form system that I am developing with c#. This grid will serve for the user to include items of a quote. In the product cell, where the…
-
3
votes2
answers2435
viewsQ: Generate reports in c#
someone can tell me a free report generator for .Net. For example, in Java I know Jasper who is very good, but for . net I’m not finding anything. What I need is a simple report, looking at a table…
-
1
votes1
answer188
viewsQ: Access to Mysql database via the/net connection
I am developing a system that will access the Mysql database only to query data. I referenced the mysql.data.dll and I’m using access through Mysqlconnection. It turns out that the system is…