ユーザーにパラメーター値の入力を求めるテキストです。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public ReadOnly Property Prompt As String
Get
'使用
Dim instance As ReportParameterInfo
Dim value As String
value = instance.Prompt
public string Prompt { get; }
public:
property String^ Prompt {
String^ get ();
}
member Prompt : string
function get Prompt () : String
プロパティ値
型: System.String
プロンプトのテキストを示す文字列。
説明
Prompt プロパティの既定値はレポート定義から取得されます。