Values 屬性
Gets the values of the parameter.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Values As ReadOnlyCollection(Of Object)
Get
'用途
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>
屬性值
型別:System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'Object> ) > ) >
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the values of the parameter.