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.