ReportParameterInfo.PromptUser 属性
指示是否提示用户提供参数值。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public ReadOnly Property PromptUser As Boolean
Get
用法
Dim instance As ReportParameterInfo
Dim value As Boolean
value = instance.PromptUser
public bool PromptUser { get; }
public:
property bool PromptUser {
bool get ();
}
member PromptUser : bool
function get PromptUser () : boolean
属性值
类型:System.Boolean
一个只读 Boolean 值。