ReportViewerWebPart.ToolBarMode Propriété

Définition

Obtient ou définit le mode d'affichage de la barre d'outils.

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

Valeur de propriété

Valeur d'énumération ToolBarDisplayMode qui indique s'il faut afficher une barre d'outils, une barre d'outils avec des contrôles de navigation uniquement ou une barre d'outils complète.

Attributs
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarques

Lorsque ToolBarMode est défini sur Full, vous pouvez spécifier davantage les éléments de barre d’outils à afficher dans la ToolBarItemsDisplayMode propriété .

S’applique à