次の方法で共有


ReportParameterInfo.Prompt プロパティ

ユーザーにパラメーター値の入力を求めるテキストです。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

'宣言
Public ReadOnly Property Prompt As String
public string Prompt { get; }
public:
property String^ Prompt {
    String^ get ();
}
member Prompt : string with get
function get Prompt () : String

プロパティ値

型 : String
プロンプトのテキストを示す文字列。

解説

Prompt プロパティの既定値はレポート定義から取得されます。

参照

関連項目

ReportParameterInfo クラス

Microsoft.Reporting.WinForms 名前空間