Extension.Visible Property

Indicates whether an extension is visible in a user interface.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

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

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

Property Value

Type: System.Boolean
A Boolean value indicating whether the extension is visible.