ReportParameterInfo.Prompt 屬性

提示使用者提供參數值的文字。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.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 屬性的預設值擷取自報表定義。

請參閱

參考

ReportParameterInfo 類別

Microsoft.Reporting.WinForms 命名空間