Поделиться через


Свойство ToolBarMode

Gets or sets the display mode of the toolbar.

Пространство имен:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Сборка:  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ToolBarMode As ToolBarDisplayMode
    Get
    Set
'Применение
Dim instance As ReportViewerWebPart
Dim value As ToolBarDisplayMode

value = instance.ToolBarMode

instance.ToolBarMode = value
[WebPartStorageAttribute(Storage.Shared)]
public ToolBarDisplayMode ToolBarMode { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property ToolBarDisplayMode ToolBarMode {
    ToolBarDisplayMode get ();
    void set (ToolBarDisplayMode value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member ToolBarMode : ToolBarDisplayMode with get, set
function get ToolBarMode () : ToolBarDisplayMode
function set ToolBarMode (value : ToolBarDisplayMode)

Значение свойства

Тип: Microsoft.ReportingServices.SharePoint.UI.WebParts. . :: . .ToolBarDisplayMode
A ToolBarDisplayMode enumeration value that indicates whether to display no tool bar, a toolbar with navigational controls only, or the full toolbar.

Замечания

When ToolBarMode is set to Full, you can further specify the toolbar items to display in the ToolBarItemsDisplayMode property.