ReportParameterInfo.Visible 属性

确定参数是否可显示在用户界面中。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public Property Visible As Boolean
    Get
    Friend Set
用法
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Visible
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)

属性值

类型:System.Boolean
一个 Boolean 值。

注释

如果 Visible 设置为 false,则 PromptUser 属性即被覆盖。

如果 Visible 设置为 true,则在 PromptUser 也设置为 true 时,用户界面中会显示提示。

请参阅

参考

ReportParameterInfo 类

Microsoft.Reporting.WebForms 命名空间