ReportParameterInstance.Values Property

Definition

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.

Applies to