Share via


Group.SharedHidden Property

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.

See Also

Reference

Group Class

Microsoft.ReportingServices.ReportRendering Namespace