ToolBarDisplayMode Enum

Definition

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

public enum class ToolBarDisplayMode
public enum ToolBarDisplayMode
type ToolBarDisplayMode = 
Public Enum ToolBarDisplayMode
Inheritance
ToolBarDisplayMode

Fields

Full 0

Display the entire toolbar.

Navigation 1

Display only navigational controls in the toolbar.

None 2

Do not display the toolbar.

Remarks

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

Applies to