Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a SharedHiddenState enumeration indicating the hidden property of the group.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property SharedHidden As SharedHiddenState
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering.SharedHiddenState
A SharedHiddenState value indicating the hidden property of the group.
Notes
The value indicates whether the item is always hidden, never hidden, or sometimes hidden. Valid values are Always, Sometimes or Never.