Share via


QueryBase.m_hidden Field

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

See Also

Reference

QueryBase Class

Microsoft.ReportingServices.RdlObjectModel Namespace