Interested in the question, does Report Builder work with MySQL database?
1 answer
Found the answer here . Drivers must be installed exclusively under that user, under whom the report will be developed, otherwise the report builder will not see when creating the mysql data source prescribed in ODBC.
|
ReportDataSource reportDataSource = new ReportDataSource("name", source)
, Here the source can be bothList<>
and DataTable. Count the base, convert and that's it. - nick_n_a