Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the values of the parameter.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Values As ReadOnlyCollection(Of Object)
Get
'Utilisation
Dim instance As ReportParameterInstance
Dim value As ReadOnlyCollection(Of Object)
value = instance.Values
public ReadOnlyCollection<Object> Values { get; }
public:
property ReadOnlyCollection<Object^>^ Values {
ReadOnlyCollection<Object^>^ get ();
}
member Values : ReadOnlyCollection<Object>
function get Values () : ReadOnlyCollection<Object>
Valeur de propriété
Type : System.Collections.ObjectModel.ReadOnlyCollection<Object>
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the values of the parameter.
Voir aussi
Référence
ReportParameterInstance Classe
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering