diff options
Diffstat (limited to 'library/SSRS/Object')
-rwxr-xr-x | library/SSRS/Object/ExecutionInfo.php | 4 |
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 |