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 whether this query is hidden.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected m_hidden As Boolean
'Usage
Dim value As Boolean
value = Me.m_hidden
Me.m_hidden = value
protected bool m_hidden
protected:
bool m_hidden
val mutable m_hidden: bool
protected var m_hidden : boolean