Group.SharedHidden Property

Definition

Gets a SharedHiddenState enumeration indicating the hidden property of the group.

public:
 virtual property Microsoft::ReportingServices::ReportRendering::SharedHiddenState SharedHidden { Microsoft::ReportingServices::ReportRendering::SharedHiddenState get(); };
public virtual Microsoft.ReportingServices.ReportRendering.SharedHiddenState SharedHidden { get; }
member this.SharedHidden : Microsoft.ReportingServices.ReportRendering.SharedHiddenState
Public Overridable ReadOnly Property SharedHidden As SharedHiddenState

Property Value

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.

Applies to