Gets the values of a multivalued report parameter.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Values As Object()
Get
'用途
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[]
屬性值
型別:array<System.Object[]
An object array containing the report parameter values.