Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets or sets the values of the parameters.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
Property Values As Object()
Get
Set
'Uso
Dim instance As IDataMultiValueParameter
Dim value As Object()
value = instance.Values
instance.Values = value
Object[] Values { get; set; }
property array<Object^>^ Values {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
abstract Values : Object[] with get, set
function get Values () : Object[]
function set Values (value : Object[])
Valor da propriedade
Tipo: array<System.Object[]
A collection of objects containing the values for the parameters.