Skip to main content

ReportDesignerExtension.GetModel(XtraReport, IEnumerable<ClientControlsMenuItem>) Method

Returns the session settings of a Web Report Designer with the specified report and menu items.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static ReportDesignerModel GetModel(
    XtraReport report,
    IEnumerable<ClientControlsMenuItem> menuItems
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

menuItems IEnumerable<ClientControlsMenuItem>

A collection of ClientControlsMenuItem objects.

Returns

Type Description
ReportDesignerModel

A ReportDesignerModel object.

See Also