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 值。

備註

包含屬性值的falsePromptUser報告參數不能作為輸入參數提交給Render方法,也無法用於 URL 存取。 如果你提交參數值,會回傳錯誤。

該房產的價值 PromptUser 可以省略。 若要省略此性質,請將該 PromptUserSpecified 性質設為 false。 如果你為該 PromptUser 屬性設定值,也必須將該屬性設 PromptUserSpecifiedtrue

適用於