Partilhar via


Propriedade do RDL CurrentlyHidden

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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