Skip to main content
All docs
V17.2

XtraReportExtensions.ShowRibbonDesigner(XtraReport, UserLookAndFeel) Method

Loads the report 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 ShowRibbonDesigner(
    this XtraReport report,
    UserLookAndFeel lookAndFeel
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

lookAndFeel UserLookAndFeel

A UserLookAndFeel object.

See Also