次の方法で共有


IParameter インターフェイス

パラメータのプロパティを定義します。

名前空間:  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 パラメータが複数値パラメータかどうかを示す値を取得します。
パブリック プロパティ Name パラメータの名前を示す値を取得します。
パブリック プロパティ Values パラメータ値の配列を示す値を取得します。

先頭に戻る