指示是否将显示用户凭据的提示。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Property ShowCredentialPrompts As Boolean
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)
属性值
类型:Boolean
一个 Boolean 值。默认值为 true。
备注
当 ProcessingMode 设置为 Local 时忽略此属性。