IReportDesignTool.ShowRibbonDesignerDialog(UserLookAndFeel) Method
In This Article
When implemented by a class, invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
void ShowRibbonDesignerDialog(
UserLookAndFeel lookAndFeel
)
#Parameters
Name | Type | Description |
---|---|---|
look |
User |
A User |
See Also