IReportDesignTool.ShowRibbonDesignerDialog(UserLookAndFeel, DesignDockPanelType) 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, and with the specified design panels hidden.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
void ShowRibbonDesignerDialog(
UserLookAndFeel lookAndFeel,
DesignDockPanelType hiddenPanels
)
#Parameters
Name | Type | Description |
---|---|---|
look |
User |
A User |
hidden |
Design |
A Design |
See Also