XRDesignRibbonController Class
Provides Ribbon pages 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 XRDesignRibbonController :
RibbonControllerBase,
IDesignControl,
IDesignPanelListener,
IWeakServiceProvider,
IServiceProvider,
IDXMenuManager
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
Inheritance
Object
MarshalByRefObject
Component
RibbonControllerBase
XRDesignRibbonController
See Also