ReportParameterInfo.Prompt 屬性
提示使用者提供參數值的文字。
命名空間: 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
包含提示文字的 string。
備註
Prompt 屬性的預設值擷取自報表定義。