XRDesignBarManager Class
Provides bars to the End-User Report Designer.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
public class XRDesignBarManager :
BarManager,
IDesignControl,
IExtenderProvider,
IDesignPanelListener,
IWeakServiceProvider,
IServiceProvider
Remarks
Combined with the XRDesignMdiController and XRDesignDockManager components, the XRDesignBarManager creates a desktop reporting application that carries bars interface.
As an alternative to using bars, the XRDesignBarManager can be substituted with the XRDesignRibbonController that provides an ergonomic Ribbon interface.
The Bar Manager of an End-User Report Designer provides the following bars:
Main Menu;
Main Toolbar;
Layout Toolbar;
Formatting Toolbar;
Toolbox Bar;
Status Bar.
To access the XRDesignBarManager, use the XRDesignForm.DesignBarManager property.
Each bar item corresponds to a specific command from the ReportCommand enumeration.
- To obtain bar items that correspond to a specific command, use the XRDesignBarManager.GetBarItemByCommand method.
- To maintain the visibility of commands in the End-User Report Designer, use the XRDesignPanel.SetCommandVisibility method of the associated XRDesignPanel.
To access the Toolbox settings of the XRDesignBarManager, use the XRDesignBarManager.GetToolboxType and XRDesignBarManager.SetToolboxType methods.