ReportParameterInstance.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the values of the parameter.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ Values { System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<object> Values { get; }
member this.Values : System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public ReadOnly Property Values As ReadOnlyCollection(Of Object)
Property Value
A ReadOnlyCollection<T> object that contains the values of the parameter.