diff options
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, |