Свойство CurrentlyHidden

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property CurrentlyHidden As Boolean
    Get
'Применение
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

Значение свойства

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