Compartir a través de


CurrentlyHidden Propiedad

Gets a Boolean value that indicates whether the instance type object is visible.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property CurrentlyHidden As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the instance type object is visible; otherwise, false.