VisibilityInstance.m_startHiddenValue Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies a 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_startHiddenValue As Boolean
'Usage
Dim value As Boolean
value = Me.m_startHiddenValue
Me.m_startHiddenValue = value
protected bool m_startHiddenValue
protected:
bool m_startHiddenValue
val mutable m_startHiddenValue: bool
protected var m_startHiddenValue : boolean
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace