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

NuGet Package: DevExpress.Win.Reporting

Declaration

public class XRDesignRibbonController :
    RibbonControllerBase,
    IDesignControl,
    IDesignPanelListener,
    IWeakServiceProvider,
    IServiceProvider,
    IDXMenuManager,
    IImageUpdatable

The following members return XRDesignRibbonController 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 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

Inheritance

See Also