Skip to main content
A newer version of this page is available. .

ReportDesignerExtension.GetModel(XtraReport) Method

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public static ReportDesignerModel GetModel(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

Returns

Type Description
ReportDesignerModel

A ReportDesignerModel object.

See Also