指示是否将显示用户凭据的提示。
命名空间: 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 时忽略此属性。