简体   繁体   English

使用 mySQL 数据源创建 SSRS 报告

[英]Creating a SSRS report using a mySQL data source

I need to setup a report server using SQL Server Reporting Services with MySQL datasource.我需要使用带有 MySQL 数据源的 SQL Server Reporting Services 设置报表服务器。 I am using a ODBC connection to connect MySQL.我正在使用 ODBC 连接来连接 MySQL。 Using this connection I am able to add a dataset in my reporting project in Visual Studio 2015.使用此连接,我可以在 Visual Studio 2015 的报告项目中添加数据集。

Using this dataset I can create a reports in Visual Studio and it show me preview as well using my table from MySQL, So far so good only problem arise when I try to deploy my reports to my local machine it show following error :使用这个数据集,我可以在 Visual Studio 中创建一个报告,它也可以使用我的 MySQL 表显示我的预览,到目前为止,当我尝试将我的报告部署到我的本地机器时出现了唯一的问题,它显示以下错误:

An attempt has been made to use a data extension 'ODBC' that is either not registered for this report server or is not supported in this edition of Reporting Services.已尝试使用未为此报表服务器注册或在此版本的 Reporting Services 中不受支持的数据扩展“ODBC”。

I am using SQL Server 2012 Express Edition and I follow this tutorial to connect report with MySql.我正在使用 SQL Server 2012 Express Edition,我按照本教程将报告与 MySql 连接。

https://www.mssqltips.com/sqlservertip/2615/creating-a-ssrs-report-using-a-mysql-data-source/ https://www.mssqltips.com/sqlservertip/2615/creating-a-ssrs-report-using-a-mysql-data-source/

Can you please help me to know what I am doing wrong here?你能帮我知道我在这里做错了什么吗? Any help will be highly appreciated.任何帮助将不胜感激。 Please let me know if any other information needed.如果需要任何其他信息,请告诉我。

Thank you谢谢

I do not think this is supported in express dev version.我认为这在快速开发版本中不受支持。

http://www.c-sharpcorner.com/UploadFile/ff2f08/feature-supported-and-unsupported-by-ssrs-with-express-advan/ http://www.c-sharpcorner.com/UploadFile/ff2f08/feature-supported-and-unsupported-by-ssrs-with-express-advan/

If you have the full version, it can be easily done, via the instructions you linked above.如果您有完整版本,则可以通过上面链接的说明轻松完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM