Skip to main content
All docs
V17.2

XtraReportExtensions.ShowDesigner(XtraReport, UserLookAndFeel, DesignDockPanelType) Method

Loads the report in an 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 ShowDesigner(
    this XtraReport report,
    UserLookAndFeel lookAndFeel,
    DesignDockPanelType hiddenPanels
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

lookAndFeel UserLookAndFeel

A UserLookAndFeel object.

hiddenPanels DesignDockPanelType

One or more DesignDockPanelType enumeration values.

See Also