ReportViewer.ShowCredentialPrompts 속성

사용자 자격 증명에 대한 프롬프트가 표시될지 여부를 나타냅니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Public Property ShowCredentialPrompts As Boolean
    Get
    Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowCredentialPrompts

instance.ShowCredentialPrompts = value
public bool ShowCredentialPrompts { get; set; }
public:
property bool ShowCredentialPrompts {
    bool get ();
    void set (bool value);
}
member ShowCredentialPrompts : bool with get, set
function get ShowCredentialPrompts () : boolean
function set ShowCredentialPrompts (value : boolean)

속성 값

유형: System.Boolean
Boolean 값. 기본값은 true입니다.

주의

ProcessingMode가 Local로 설정되면 이 속성이 무시됩니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WinForms 네임스페이스