CollapsibleDisplayMode Enumeration

Represents the available display modes of the document map and the parameter prompt area. This enumeration is referenced by the DocumentMapMode and PromptAreaMode properties.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Enumeration CollapsibleDisplayMode
'Usage
Dim instance As CollapsibleDisplayMode
public enum CollapsibleDisplayMode
public enum class CollapsibleDisplayMode
type CollapsibleDisplayMode
public enum CollapsibleDisplayMode

Members

Member name Description
Displayed Display the document map or the parameter prompt area.
Collapsed Collapse the document map or the parameter prompt area.
Hidden Hide the document map or the parameter prompt area.