ReportParameter クラス

レポート パラメーターに関する情報が含まれています。このクラスは継承できません。

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ReportParameter

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ReportParameter
'使用
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter =  class end
public final class ReportParameter

ReportParameter 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ AllowBlank パラメーターの値に空白を設定できるかどうかを示します。
パブリック プロパティ DataType パラメーターのデータ型を取得します。
パブリック プロパティ MultiValue 複数値のレポート パラメーターかどうかを示す Boolean 値を取得します。
パブリック プロパティ Name パラメーターの名前を取得します。
パブリック プロパティ Nullable パラメーターの値に NULL を使用できるかどうかを示す Boolean 値を取得します。
パブリック プロパティ Prompt パラメーター値の入力を要求するときにユーザーに表示されるメッセージを取得します。
パブリック プロパティ UsedInQuery パラメーターがクエリで使用されるかどうかを示します。
パブリック プロパティ Value パラメーターの値を取得します。
パブリック プロパティ Values 複数値のレポート パラメーターの値を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

パラメーターはユーザー インターフェイス (UI) に表示される順序で渡されます。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。