RenderingExtension.Visible 属性

指示呈现扩展插件在用户界面中是否可见。

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

语法

声明
Public ReadOnly Property Visible As Boolean
    Get
用法
Dim instance As RenderingExtension
Dim value As Boolean

value = instance.Visible
public bool Visible { get; }
public:
property bool Visible {
    bool get ();
}
member Visible : bool
function get Visible () : boolean

属性值

类型:System.Boolean
一个 Boolean 值。

请参阅

参考

RenderingExtension 类

Microsoft.Reporting.WebForms 命名空间