Freigeben über


Extension.Visible-Eigenschaft

Indicates whether an extension is visible in a user interface.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   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

Eigenschaftswert

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

Siehe auch

Verweis

Extension Klasse

Microsoft.ReportingServices.Interfaces-Namespace