Propriedade do RDL Values
Gets the values of a multivalued report parameter.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Values As Object()
Get
'Uso
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[]
Valor da propriedade
Tipo: array<System. . :: . .Object> [] () [] []
An object array containing the report parameter values.
Consulte também