IParameter.Values 属性

Gets the value that specifies an array of parameter values.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
ReadOnly Property Values As Object()
    Get
用法
Dim instance As IParameter 
Dim value As Object()

value = instance.Values
Object[] Values { get; }
property array<Object^>^ Values {
    array<Object^>^ get ();
}
abstract Values : Object[]
function get Values () : Object[]

属性值

类型:array<System.Object[]
A value that specifies an array.

注释

If the parameter is a multivalue parameter, the array contains the parameter values. If the parameter is a single-value parameter, the first element of the array contains the parameter value.

请参阅

参考

IParameter 接口

Microsoft.ReportingServices.Interfaces 命名空间