다음을 통해 공유


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.