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 a SharedHiddenState enumeration indicating the hidden property of the group.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property SharedHidden As SharedHiddenState
Get
'Uso
Dim instance As Group
Dim value As SharedHiddenState
value = instance.SharedHidden
public virtual SharedHiddenState SharedHidden { get; }
public:
virtual property SharedHiddenState SharedHidden {
SharedHiddenState get ();
}
abstract SharedHidden : SharedHiddenState
override SharedHidden : SharedHiddenState
function get SharedHidden () : SharedHiddenState
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.SharedHiddenState
A SharedHiddenState value indicating the hidden property of the group.
Comentarios
The value indicates whether the item is always hidden, never hidden, or sometimes hidden. Valid values are Always, Sometimes or Never.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering