diff options
author | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2012-06-07 12:28:10 +0000 |
---|---|---|
committer | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2012-06-07 12:28:10 +0000 |
commit | 4c2ec5eda13c29ed3095ecceb9c65db72dde8a8e (patch) | |
tree | f93eb6d47196f0e8805a5fcf73588283b4d2c26a /samples/LoadReport.php | |
parent | 5fbc2b89624fa01c117a7595b96e2e320c6440f3 (diff) | |
download | php-ssrs-0.1.5.zip php-ssrs-0.1.5.tar.gz php-ssrs-0.1.5.tar.bz2 |
Tagged 0.1.50.1.5
Diffstat (limited to 'samples/LoadReport.php')
-rwxr-xr-x | samples/LoadReport.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/LoadReport.php b/samples/LoadReport.php index 58910b3..81fb150 100755 --- a/samples/LoadReport.php +++ b/samples/LoadReport.php @@ -11,7 +11,6 @@ $ssrs = new SSRS_Report('http://localhost/reportserver/', $options); $result = $ssrs->loadReport('/Reports/Reference_Report'); $ssrs->setSessionId($result->executionInfo->ExecutionID); -$ssrs->setExecutionParameters(new SSRS_Object_ExecutionParameters($result->executionInfo->Parameters)); $output = $ssrs->render('HTML4.0'); // PDF | XML | CSV echo $output;
\ No newline at end of file |