共用方式為


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.

請參閱

參考

VisibilityInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間