ReportParameter.PromptUser 屬性

定義

指出是否會提示使用者輸入參數的值。

public:
 property bool PromptUser { bool get(); void set(bool value); };
public bool PromptUser { get; set; }
member this.PromptUser : bool with get, set
Public Property PromptUser As Boolean

屬性值

Boolean

Boolean 值。 值為 true 表示使用者接到提示要提供參數值。

備註

如果這個屬性設定為 false ,則嘗試提供參數值會傳回錯誤。

適用於