确定参数是否可显示在用户界面中。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Property Visible As Boolean
public bool Visible { get; internal set; }
public:
property bool Visible {
bool get ();
internal: void set (bool value);
}
member Visible : bool with get, internal set
function get Visible () : boolean
internal function set Visible (value : boolean)
属性值
类型:Boolean
一个 Boolean 值。
备注
如果 Visible 设置为 false,则 PromptUser 属性即被覆盖。
如果 Visible 设置为 true,则在 PromptUser 也设置为 true 时,用户界面中会显示提示。