レポート パラメーターに関する情報が含まれています。 このクラスは継承できません。
継承階層
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 から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
説明
パラメーターはユーザー インターフェイス (UI) に表示される順序で渡されます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)