Enumeração ToolBarDisplayMode
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 (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
Public Enumeration ToolBarDisplayMode
'Uso
Dim instance As ToolBarDisplayMode
public enum ToolBarDisplayMode
public enum class ToolBarDisplayMode
type ToolBarDisplayMode
public enum ToolBarDisplayMode
Membros
Nome do membro | Descrição | |
---|---|---|
Full | Display the entire toolbar. | |
Navigation | Display only navigational controls in the toolbar. | |
None | Do not display the toolbar. |
Comentários
For docking locations of the toolbar when it is displayed, see the DockToolbarLocation enumeration.