jima66
jima66
About
- Username
- jima66
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
In the example, the report uses the connection defined at design time, in my case a report defined in the designer passes a mysql connection at run time. It works well and connects to the data set defined in the connection at run time, but repeat…
-
The report uses a single table that contains 16 rows, when executed from the designer it works ok, showing all the records. When invoking it from an application C # shows 16 rows, but all with the information of the first article, the code is: …