Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRDesignBarManager Class

Provides bars to the End-User Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v24.2.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

#Inheritance

Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
See Also