ToolBarDisplayMode Enumeration

Represents the available display modes of the toolbar in the report viewer Web part. This enumeration is referenced by the ToolBarMode property.

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

Syntax

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

Members

Member name Description
Full Display the entire toolbar.
Navigation Display only navigational controls in the toolbar.
None Do not display the toolbar.

Remarks

For docking locations of the toolbar when it is displayed, see the DockToolbarLocation enumeration.