ReportViewerWebPart.ToolBarMode 属性

定义

获取或设置工具栏的显示模式。

public:
 property Microsoft::ReportingServices::SharePoint::UI::WebParts::ToolBarDisplayMode ToolBarMode { Microsoft::ReportingServices::SharePoint::UI::WebParts::ToolBarDisplayMode get(); void set(Microsoft::ReportingServices::SharePoint::UI::WebParts::ToolBarDisplayMode value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public Microsoft.ReportingServices.SharePoint.UI.WebParts.ToolBarDisplayMode ToolBarMode { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.ToolBarMode : Microsoft.ReportingServices.SharePoint.UI.WebParts.ToolBarDisplayMode with get, set
Public Property ToolBarMode As ToolBarDisplayMode

属性值

一个 ToolBarDisplayMode 枚举值,该值指示是不显示工具栏、显示仅带有导航控件的工具栏,还是显示完整工具栏。

属性
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

注解

当 设置为 FullToolBarMode,可以进一步指定要在 属性中显示的ToolBarItemsDisplayMode工具栏项。

适用于