Compartir a través de


StartHidden Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property StartHidden As Boolean
    Get
'Uso
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

Valor de la propiedad

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