diff options
author | arron.woods@gmail.com <arron.woods@gmail.com@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2012-11-30 09:50:41 +0000 |
---|---|---|
committer | arron.woods@gmail.com <arron.woods@gmail.com@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2012-11-30 09:50:41 +0000 |
commit | 57fc60f4801ef9512f1debfbff4998da8907c013 (patch) | |
tree | f69e06bf84d443bf10cc5e4a7dc42934732adb3f /library/SSRS/Report.php | |
parent | 0904e2d0455bb8ce312d1703dafeb57abba41892 (diff) | |
download | php-ssrs-57fc60f4801ef9512f1debfbff4998da8907c013.zip php-ssrs-57fc60f4801ef9512f1debfbff4998da8907c013.tar.gz php-ssrs-57fc60f4801ef9512f1debfbff4998da8907c013.tar.bz2 |
No default toolbar setting, getReportPath method
Diffstat (limited to 'library/SSRS/Report.php')
-rwxr-xr-x | library/SSRS/Report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/SSRS/Report.php b/library/SSRS/Report.php index a9b2f3a..785aad2 100755 --- a/library/SSRS/Report.php +++ b/library/SSRS/Report.php @@ -299,7 +299,7 @@ class SSRS_Report { */ public function render($format, $deviceInfo = array(), $PaginationMode = 'Estimate') { $this->checkSessionId(); - $deviceInfo = array('DeviceInfo' => array_merge(array('Toolbar' => 'false'), $deviceInfo)); + $deviceInfo = array('DeviceInfo' => $deviceInfo); $renderParams = array( 'Format' => $format, |