VisibilityInstance.StartHidden 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
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.