Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a Boolean value that indicates whether the instance type object is visible.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property CurrentlyHidden As Boolean
Get
'Utilisation
Dim instance As VisibilityInstance
Dim value As Boolean
value = instance.CurrentlyHidden
public abstract bool CurrentlyHidden { get; }
public:
virtual property bool CurrentlyHidden {
bool get () abstract;
}
abstract CurrentlyHidden : bool
abstract function get CurrentlyHidden () : boolean
Valeur de propriété
Type : System.Boolean
true if the instance type object is visible; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering