ReportViewer.ShowCredentialPrompts Property

 

Indicates whether prompts for user credentials will be displayed.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool ShowCredentialPrompts { get; set; }
public:
property bool ShowCredentialPrompts {
    bool get();
    void set(bool value);
}
member ShowCredentialPrompts : bool with get, set
Public Property ShowCredentialPrompts As Boolean

Property Value

Type: System.Boolean

A Boolean value. The default value is true.

Remarks

This property is ignored when ProcessingMode is set to Local.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top