Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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[]
Property Value
Type: array<System.Object[]
An object array containing the report parameter values.