Freigeben über


Values-Eigenschaft

Gets the values of a multivalued report parameter.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Values As Object()
    Get
'Usage
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[]

Eigenschaftenwert

Typ: array<System. . :: . .Object> [] () [] []
An object array containing the report parameter values.