summaryrefslogtreecommitdiffstats
path: root/library/SSRS/Object
diff options
context:
space:
mode:
authorarron.woods@gmail.com <arron.woods@gmail.com@deae1e92-32f9-c189-e222-5b9b5081a27a>2012-11-30 09:50:41 +0000
committerarron.woods@gmail.com <arron.woods@gmail.com@deae1e92-32f9-c189-e222-5b9b5081a27a>2012-11-30 09:50:41 +0000
commit57fc60f4801ef9512f1debfbff4998da8907c013 (patch)
treef69e06bf84d443bf10cc5e4a7dc42934732adb3f /library/SSRS/Object
parent0904e2d0455bb8ce312d1703dafeb57abba41892 (diff)
downloadphp-ssrs-57fc60f4801ef9512f1debfbff4998da8907c013.zip
php-ssrs-57fc60f4801ef9512f1debfbff4998da8907c013.tar.gz
php-ssrs-57fc60f4801ef9512f1debfbff4998da8907c013.tar.bz2
No default toolbar setting, getReportPath method
Diffstat (limited to 'library/SSRS/Object')
-rwxr-xr-xlibrary/SSRS/Object/ExecutionInfo.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/SSRS/Object/ExecutionInfo.php b/library/SSRS/Object/ExecutionInfo.php
index 31dc9d4..2d3d894 100755
--- a/library/SSRS/Object/ExecutionInfo.php
+++ b/library/SSRS/Object/ExecutionInfo.php
@@ -38,6 +38,10 @@ class SSRS_Object_ExecutionInfo extends SSRS_Object_Abstract {
$this->data['ReportParameters'] = $parameters;
return $this;
}
+
+ public function getReportPath(){
+ return $this->data['ReportPath'];
+ }
/**
* Returns all report parameters in an array