2
votes

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

1 Answers

2
votes

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 =(