Lingua

ReportParameterInstance.Values Proprietà

Definizione

Ottiene i valori del parametro.

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)

Valore della proprietà

Un ReadOnlyCollection<T> oggetto che contiene i valori del parametro.

Si applica a