共用方式為


IParameter 介面

Defines the parameter properties.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
Public Interface IParameter
'用途
Dim instance As IParameter
public interface IParameter
public interface class IParameter
type IParameter =  interface end
public interface IParameter

IParameter 型別公開下列成員。

屬性

  名稱 說明
公用屬性 IsMultiValue Gets the value that specifies whether the parameter is a multivalue parameter.
公用屬性 Name Gets the value that specifies the name of the parameter.
公用屬性 Values Gets the value that specifies an array of parameter values.

上層