require "vendor\autoload.php";
$rs = new SSRSReport(new Credentials($settings["UID"], $settings["PASWD"]),$settings["SERVICE_URL"]);
I've got the error:
Fatal error: Uncaught Error: Class 'SSRSReport' not found in C:\Users\...\xamp\htdocs\ssrs\index.php:3 Stack trace: #0 {main} thrown in
C:\Users\...\xamp\htdocs\ssrs\index.php on line 3
Hi,
I created a project with:
My index.php is:
I've got the error: