ReportViewer.ShowCredentialPrompts 属性
获取或设置一个值,该值指示是否显示要求提供用户凭据的提示。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<WebBrowsableAttribute(True)> _
Public Property ShowCredentialPrompts As Boolean
Get
Set
用法
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowCredentialPrompts
instance.ShowCredentialPrompts = value
[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)
属性值
类型:System.Boolean
如果向用户显示要求提供凭据的提示,则为 true;否则为 false。默认值为 true。
注释
当 ProcessingMode 设置为 Local 时忽略此属性。