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

注解

包含 false 属性值的 PromptUser 报表参数不能作为输入参数提交到 方法, Render 也不能在 URL 访问中使用。 在这种情况下,如果为 参数提交值,则返回错误。

属性的值 PromptUser 可以省略。 若要省略此属性,请将 属性 PromptUserSpecified 设置为 false。 如果为 PromptUser 属性设置值,则还必须将 PromptUserSpecified 属性设置为 true

适用于