Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value indicating whether the item is hidden or not.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overridable Property Hidden As Boolean
Get
Set
'Uso
Dim instance As ReportItem
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
public virtual bool Hidden { get; set; }
public:
virtual property bool Hidden {
bool get ();
void set (bool value);
}
abstract Hidden : bool with get, set
override Hidden : bool with get, set
function get Hidden () : boolean
function set Hidden (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
A Boolean indicating whether the item is hidden. True indicates the item is hidden; false indicates that it is not hidden.
Comentarios
If an item is hidden, its children will not be displayed even though they may not be marked as hidden. If an item is hidden and its IsToggleChild property is true, the space it takes in the report is collapsed, moving other items around it.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering