次の方法で共有


ReportParameterInfo.PromptUser プロパティ

ユーザーにパラメーター値の入力を求めるかどうかを示します。

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

構文

'宣言
Public ReadOnly Property PromptUser As Boolean
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.PromptUser
public bool PromptUser { get; }
public:
property bool PromptUser {
    bool get ();
}
member PromptUser : bool
function get PromptUser () : boolean

プロパティ値

型: System.Boolean
読み取り専用の Boolean 値です。

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WebForms 名前空間