Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a SharedHiddenState enumeration indicating the hidden property of the group.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SharedHidden As SharedHiddenState
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.SharedHiddenState
A SharedHiddenState value indicating the hidden property of the group.
Remarks
The value indicates whether the item is always hidden, never hidden, or sometimes hidden. Valid values are Always, Sometimes or Never.