Właściwość ReportViewer.ShowCredentialPrompts —
Gets or sets a value that indicates whether to display a prompt for user credentials.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property ShowCredentialPrompts As Boolean
[WebBrowsableAttribute(true)]
public bool ShowCredentialPrompts { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowCredentialPrompts {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowCredentialPrompts : bool with get, set
function get ShowCredentialPrompts () : boolean
function set ShowCredentialPrompts (value : boolean)
Wartość właściwości
Typ: Boolean
true if a prompt for credentials is shown to the user; otherwise, false. The default is true.
Uwagi
This property is ignored when ProcessingMode is set to Local.