Share via


RenderingExtension.Visible Property

Indicates whether the rendering extension is visible in the user interface.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Visible As Boolean
'Usage
Dim instance As RenderingExtension
Dim value As Boolean

value = instance.Visible
public bool Visible { get; }
public:
property bool Visible {
    bool get ();
}
/** @property */
public boolean get_Visible ()
public function get Visible () : boolean

Property Value

A Boolean value.

See Also

Reference

RenderingExtension Class
RenderingExtension Members
Microsoft.Reporting.WebForms Namespace