CollapsibleDisplayMode 枚举
Represents the available display modes of the document map and the parameter prompt area. This enumeration is referenced by the DocumentMapMode and PromptAreaMode properties.
命名空间: Microsoft.ReportingServices.SharePoint.UI.WebParts
程序集: Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
Public Enumeration CollapsibleDisplayMode
用法
Dim instance As CollapsibleDisplayMode
public enum CollapsibleDisplayMode
public enum class CollapsibleDisplayMode
type CollapsibleDisplayMode
public enum CollapsibleDisplayMode
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |