Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 item should be initially hidden.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_startHidden As ReportBoolProperty
'Usage
Dim value As ReportBoolProperty
value = Me.m_startHidden
Me.m_startHidden = value
protected ReportBoolProperty m_startHidden
protected:
ReportBoolProperty^ m_startHidden
val mutable m_startHidden: ReportBoolProperty
protected var m_startHidden : ReportBoolProperty
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace