Skip to main content
A newer version of this page is available. .

XRDesignBarManager Class

Provides bars to the End-User Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public class XRDesignBarManager :
    BarManager,
    IDesignControl,
    IExtenderProvider,
    IDesignPanelListener,
    IWeakServiceProvider,
    IServiceProvider

The following members return XRDesignBarManager objects:

Remarks

Combined with the XRDesignMdiController and XRDesignDockManager components, the XRDesignBarManager creates a desktop reporting application that carries bars interface.

XRDesignBarManager.png

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 access the Toolbox settings of the XRDesignBarManager, use the XRDesignBarManager.GetToolboxType and XRDesignBarManager.SetToolboxType methods.

Implements

Show 23 items
DevExpress.XtraEditors.Container.IEditorContainer
DevExpress.Utils.Serializing.IXtraSerializable
DevExpress.Utils.Serializing.IXtraSerializableLayout
DevExpress.XtraBars.IBarManagerControl
DevExpress.Utils.Menu.IDXDropDownMenuManager
DevExpress.Utils.Menu.IDXMenuManager
DevExpress.XtraBars.IBarAndDockingControllerClient
DevExpress.Utils.Serializing.ISupportXtraSerializer
DevExpress.LookAndFeel.ISupportLookAndFeel
DevExpress.Utils.Serializing.Helpers.IXtraSerializationIdProvider
DevExpress.Utils.Serializing.Helpers.IXtraCollectionDeserializationOptionsProvider
DevExpress.Utils.VisualEffects.ISupportAdornerUIBarManager
DevExpress.Utils.VisualEffects.IUpdateAdornerUI
DevExpress.Utils.Serializing.Helpers.IOptionsLayoutProvider
DevExpress.XtraBars.IDesignModeCustomizationProvider
DevExpress.XtraBars.Commands.ICommandOwnerControl
DevExpress.Utils.Serializing.Helpers.IXtraSupportForceInitialize
See Also