RenderingExtension.Visible Property
Indicates whether the rendering extension is visible in the user interface.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace