次の方法で共有


ReportParameter.Prompt プロパティ

ユーザーにパラメーター値の指定を求めるテキストを取得または設定します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property Prompt As String 
    Get 
    Set
'使用
Dim instance As ReportParameter 
Dim value As String 

value = instance.Prompt

instance.Prompt = value
public string Prompt { get; set; }
public:
property String^ Prompt {
    String^ get ();
    void set (String^ value);
}
member Prompt : string with get, set
function get Prompt () : String 
function set Prompt (value : String)

プロパティ値

型: System.String
ユーザーにパラメーター値の指定を求めるテキストを表す String 値です。

説明

PromptUser プロパティが true で、Prompt プロパティに値がない場合、このパラメーターは非表示と見なされます。このとき、ユーザーには、対話的なレンダリングや標準サブスクリプションの構成に使用するパラメーター値が要求されません。 非表示パラメーターは、ユーザーに対して表示されませんが、指定することはできます。

関連項目

参照

ReportParameter クラス

ReportService2005 名前空間