ReportParameter.PromptUser 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出是否會提示使用者輸入參數的值。
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 值。 值為 true 表示使用者接到提示要提供參數值。
備註
如果這個屬性設定為 false ,則嘗試提供參數值會傳回錯誤。