提示用户提供参数值的文本。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public ReadOnly Property Prompt As String
public string Prompt { get; }
public:
property String^ Prompt {
String^ get ();
}
member Prompt : string with get
function get Prompt () : String
属性值
类型:String
一个包含提示文本的字符串。
备注
Prompt 属性的默认值检索自报表定义。