다음을 통해 공유


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 네임스페이스