다음을 통해 공유


StartHidden 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public MustOverride ReadOnly Property StartHidden As Boolean
    Get
‘사용 방법
Dim instance As VisibilityInstance
Dim value As Boolean

value = instance.StartHidden
public abstract bool StartHidden { get; }
public:
virtual property bool StartHidden {
    bool get () abstract;
}
abstract StartHidden : bool
abstract function get StartHidden () : boolean

속성 값

형식: System. . :: . .Boolean
true if the instance type object is initially hidden; otherwise, false.