Share via


VisibilityInstance.m_cachedStartHidden Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies a cache 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
Protected m_cachedStartHidden As Boolean
'Usage
Dim value As Boolean 

value = Me.m_cachedStartHidden 

Me.m_cachedStartHidden = value
protected bool m_cachedStartHidden
protected:
bool m_cachedStartHidden
val mutable m_cachedStartHidden: bool
protected var m_cachedStartHidden : boolean

See Also

Reference

VisibilityInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace