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

XRDesignRibbonController Class

Provides Ribbon pages 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 XRDesignRibbonController :
    RibbonControllerBase,
    IDesignControl,
    IDesignPanelListener,
    IWeakServiceProvider,
    IServiceProvider,
    IDXMenuManager

The following members return XRDesignRibbonController objects:

Remarks

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

The XRDesignRibbonController substitutes the XRDesignBarManager and replaces its bars with tabs of the RibbonControl.

Implements

DevExpress.Utils.Menu.IDXMenuManager

Inheritance

See Also