Udostępnij przez


Właściwość ReportParameter.Values

Pobiera wartości parametru wielowartościowe raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.ReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Values As Object()
    Get
'Użycie
Dim instance As ReportParameter
Dim value As Object()

value = instance.Values
public Object[] Values { get; }
public:
property array<Object^>^ Values {
    array<Object^>^ get ();
}
member Values : Object[]
function get Values () : Object[]

Wartość właściwości

Typ: array<System.Object[]
Obiektu tablicę zawierającą wartości parametrów raportu.