Is there any update of SSRS PHP SDK for SQL Server 2016?

时光怂恿深爱的人放手 提交于 2021-02-08 03:36:15

问题


I would like to connect my PHP application with SSRS. I followed the steps found from Microsoft here https://blogs.msdn.microsoft.com/brian_swan/2010/05/04/getting-started-with-sql-server-reporting-services-ssrs-and-php/ .

I downloaded the SDK from this page https://archive.codeplex.com/?p=ssrsphp but the file does not have any instructions how to install it. It seems like this SDK as as open project is not supported any more (first released on 2010).

Could anyone demonstrate a basic example code connecting php application with SSRS 2016 calling a sample report?


回答1:


There are two 'updated' versions available on GitHub that are based on the original 2010 SDK. I've been playing with both with some success.

ChartBlocks/php-ssrs

EmergencyReporting/ssrsreport

I don't use composer, so I had difficulty to get the 'EmergencyReporting' solution to link/autoload correctly.

I did get Chartblocks working, but only for rendering the report in HTML, no controls like a C# .NET Report Viewer Control.

If anyone out there knows of a true PHP Report Viewer Control, please let me know. I'm going to go play with iframes now =(



来源:https://stackoverflow.com/questions/50526306/is-there-any-update-of-ssrs-php-sdk-for-sql-server-2016

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!