Freigeben über


ReportParameterInstance.Values-Eigenschaft

Gets the values of the parameter.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Values As ReadOnlyCollection(Of Object)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<Object>
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the values of the parameter.

Siehe auch

Verweis

ReportParameterInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace