c# - 来自 MySQL 的报表查看器 C# 数据

标签 c# mysql asp.net report reportviewer

我将 Report Viewer 与 C# Asp.Net 和 MySQL 结合使用。但是 MySQL 并没有出现在 Report Data 的 Data Source 选项中。

example

MySQL 不是数据库选项。

有人可以帮助我吗?

最佳答案

  1. 下载大约 378 Mb 的完整版 MySQL 安装程序 - Download here
  2. 安装它。
  3. 转到添加 --> 应用程序 --> MySQL for Visual Studio,然后单击箭头将其添加到要添加的列表中。对 MySQL Connectors --> Connector/Net 做同样的事情。
  4. 点击下一步。
  5. 单击 em execute。
  6. 之后关闭并打开您的 Visual Studio。

The problem was the web installer. For some reason the version of MySQL connector and MySQL for Visual Studio was not working with Visual Studio 2015. Hope help it. Problem solved.

关于c# - 来自 MySQL 的报表查看器 C# 数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36427356/

相关文章:

c# - 设置 TTL 在 Mongodb c# 中不起作用

c# - 我不能将 null 作为标题传递给 MonoTouch 中的 UIActionSheet 构造函数有什么原因吗?

mysql - SQL 查询获取所有帖子及其修订数据

python - 用python动态创建MySQL表?

asp.net - Microsoft.Extensions.Logging 如何在完整的 .net 框架中工作?

c# - 监听另一个应用程序中的事件

c# - 使用 Adaptive Cards Designer,然后用 C# 中的真实值替换示例值

php - 一次插入多行。这怎么能缩短呢?

c# - Resharper 建议但不对此代码块执行任何重构

asp.net - Asp.net标记是否有#IF DEBUG?