ReportParameter.Prompt 属性

定义

获取用户请求参数值时要向其显示的消息。

public:
 property System::String ^ Prompt { System::String ^ get(); };
public string Prompt { get; }
member this.Prompt : string
Public ReadOnly Property Prompt As String

属性值

一个string,该字符串包含用户请求参数值时要向其显示的消息。

适用于