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.v17.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

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

The following members return XRDesignBarManager objects:

Remarks

Note

This feature is not available when using the .NET Framework’s Client Profile subset. An end-user’s machine needs to have the complete .NET Framework installed to enable this feature.

See the Application Deployment document for more information.

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

See Also