Skip to main content
All docs
V17.2

XtraReportExtensions.ShowRibbonDesignerDialog(XtraReport, UserLookAndFeel) Method

Loads the report modally in a ribbon End-User Report Designer form with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public static void ShowRibbonDesignerDialog(
    this XtraReport report,
    UserLookAndFeel lookAndFeel
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

lookAndFeel UserLookAndFeel

A UserLookAndFeel object.

See Also