ToolBarDisplayMode 枚举
Represents the available display modes of the toolbar in the report viewer Web part. This enumeration is referenced by the ToolBarMode property.
命名空间: Microsoft.ReportingServices.SharePoint.UI.WebParts
程序集: Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
Public Enumeration ToolBarDisplayMode
用法
Dim instance As ToolBarDisplayMode
public enum ToolBarDisplayMode
public enum class ToolBarDisplayMode
type ToolBarDisplayMode
public enum ToolBarDisplayMode
成员
| 成员名称 | 说明 | |
|---|---|---|
| Full | Display the entire toolbar. | |
| Navigation | Display only navigational controls in the toolbar. | |
| None | Do not display the toolbar. |
注释
For docking locations of the toolbar when it is displayed, see the DockToolbarLocation enumeration.