Właściwość ReportParameterInstance.Values
Pobiera wartości parametru.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Values As ReadOnlyCollection(Of Object)
Get
'Użycie
Dim instance As ReportParameterInstance
Dim value As ReadOnlyCollection(Of Object)
value = instance.Values
public ReadOnlyCollection<Object> Values { get; }
public:
property ReadOnlyCollection<Object^>^ Values {
ReadOnlyCollection<Object^>^ get ();
}
member Values : ReadOnlyCollection<Object>
function get Values () : ReadOnlyCollection<Object>
Wartość właściwości
Typ: System.Collections.ObjectModel.ReadOnlyCollection<Object>
A [System.Collections.ObjectModel.ReadOnlyCollection`1] obiekt, który zawiera wartości parametru.
Zobacz także