Partager via


Extension.Visible Property

Indicates whether an extension is visible in a user interface.

Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Visible As Boolean
public bool Visible { get; }
public:
property bool Visible {
    bool get ();
}
/** @property */
public boolean get_Visible ()
public function get Visible () : boolean

Valeur de propriété

A Boolean value indicating whether the extension is visible.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Extension Class
Extension Members
Microsoft.ReportingServices.Interfaces Namespace