summaryrefslogtreecommitdiffstats
path: root/library/SSRS/Object/Report.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/SSRS/Object/Report.php')
-rwxr-xr-xlibrary/SSRS/Object/Report.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/library/SSRS/Object/Report.php b/library/SSRS/Object/Report.php
deleted file mode 100755
index 6733e28..0000000
--- a/library/SSRS/Object/Report.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-/**
- * Description of ExecutionParameters
- *
- * @author andrew
- */
-class SSRS_Object_Report extends SSRS_Object_Abstract{
-
- public function setExecutionInfo(stdClass $info){
- $this->data['executionInfo'] = new SSRS_Object_ExecutionInfo($info);
- }
-
-}