Partager via


Propriété Visible

Indicates whether an extension is visible in a user interface.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Visible As Boolean
    Get
'Utilisation
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

Valeur de propriété

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