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.