summaryrefslogtreecommitdiffstats
path: root/library/SSRS/Object/ReportParameter/ValidValue.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/SSRS/Object/ReportParameter/ValidValue.php')
-rw-r--r--library/SSRS/Object/ReportParameter/ValidValue.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/SSRS/Object/ReportParameter/ValidValue.php b/library/SSRS/Object/ReportParameter/ValidValue.php
index adb11ca..b75b07e 100644
--- a/library/SSRS/Object/ReportParameter/ValidValue.php
+++ b/library/SSRS/Object/ReportParameter/ValidValue.php
@@ -13,4 +13,8 @@ class SSRS_Object_ReportParameter_ValidValue {
$this->Label = $label;
}
+ public function __toString() {
+ return $this->Value;
+ }
+
} \ No newline at end of file