Propriété Values
Gets the values of a multivalued report parameter.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Values As Object()
Get
'Utilisation
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[]
Valeur de propriété
Type : array<System. . :: . .Object> [] () [] []
An object array containing the report parameter values.
Voir aussi