Visible propriété
Indicates whether an extension is visible in a user interface.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (dans 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 la propriété
Type : System. . :: . .Boolean
A Boolean value indicating whether the extension is visible.
Voir aussi