Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets a Boolean value that indicates whether the instance type object is initially hidden.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property StartHidden As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the instance type object is initially hidden; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace