共用方式為


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 命名空間