'testing', 'password' => 'password' ); $ssrs = new SSRS_Report('http://localhost/reportserver/', $options); $results = $ssrs->listRenderingExtensions(); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; foreach ($results->Extensions->Extension as $extension) { $extension->Visible = (empty($extension->Visible))?"Null":$extension->Visible; $extension->IsModelGenerationSupported = (empty($extension->IsModelGenerationSupported))?"Null":$extension->IsModelGenerationSupported; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
ExtensionTypeNameLocalisedNameVisibleIsModelGenerationSupported
'.$extension->ExtensionType.''.$extension->Name.''.$extension->LocalizedName.''.$extension->Visible.''.$extension->IsModelGenerationSupported.'
'; } catch (Exception $error) { echo 'Exception:' . PHP_EOL; print_r($error); } ?>