Group.SharedHidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.