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.