Current Values returns a collection of the values that are currently chosen to be the value for the parameter. Read
Property CurrentValues As ReportParameterValues
The number of current values may be determined by the ReportParameterValues' Count Property. If EnableMultipleValues Property is set to False, then there will only be one value. Although the return type is specified as a ReportParameterValue, what is actually returned is a ReportParameterSingleValue Object or a ReportParameterRangeValue Object. That is, this collection stores both types of objects.
Use the IsRangeValue Property and IsSingleValue Property to determine the kind of value. The current values are not sorted, but listed in the order that they were chosen.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |